#F48605

Color #F48605 Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #F48605

Tints of Tangerine #F48605

Color information

#F48605 (or 0xF48605) is unknown color: approx Tangerine. HEX triplet: F4, 86 and 05. RGB value is (244,134,5). Sum of RGB (Red+Green+Blue) = 244+134+5=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F48605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48605 is #0B79FA. Grayscale: #989898. Windows color (decimal): -752123 or 362228. OLE color: 362228.

HSL color Cylindrical-coordinate representation of color #F48605: hue angle of 32.38º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F48605 is Cyan = 0, Magento = 0.45, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2441345-
CMYK00.450.980.04
HSL32.38º95.98%48.82%-
HSV(B)32.38º97.95%95.69%-
XYZ45.8636.294.73-
YUV152.1844.94193.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 244 (95.70% from 255) = 63.71%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 5 (2.34% from 255) = 1.31%
R=63.71%
G=34.99%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244134500.450.980.0432.3895.9848.82
HexF486502D624206031
Octal364206505514244014061
Binary1111010010000110101010110111000101001000001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48605; }

 p { color: rgb(244,134,5); }

 H1.HeaderClassName
 {
   color: #F48605;
 }
 .AnyTagClassName
 {
   color: #F48605;
 }
</style>
background-color css

<style>
 a { background-color: #F48605; }

 a { background-color: rgb(244,134,5); }

 div.DivClassName
 {
   background-color: #F48605;
 }
 .BgClassName
 {
   background-color: #F48605;
 }
</style>
border-color css

<style>
 span { border-color: #F48605; }

 span { border-color: rgb(244,134,5); }

 td.TdClassName
 {
   border-color: #F48605;
 }
 .TagClassName
 {
   border-color: #F48605;
 }
</style>