#F57C06

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

Shades of Tangerine #F57C06

Tints of Tangerine #F57C06

Color information

#F57C06 (or 0xF57C06) is unknown color: approx Tangerine. HEX triplet: F5, 7C and 06. RGB value is (245,124,6). Sum of RGB (Red+Green+Blue) = 245+124+6=375 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.33% from 375); Green value is 124 (48.83% from 255 or 33.07% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57C06 is #0A83F9. Grayscale: #939393. Windows color (decimal): -689146 or 425205. OLE color: 425205.

HSL color Cylindrical-coordinate representation of color #F57C06: hue angle of 29.62º degrees, saturation: 0.95, 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 #F57C06 is Cyan = 0, Magento = 0.49, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB2451246-
CMYK00.490.980.04
HSL29.62º95.22%49.22%-
HSV(B)29.62º97.55%96.08%-
XYZ44.933.844.34-
YUV146.7348.59198.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 65.33%
GREEN value IS 124 (48.83% from 255) = 33.07%
BLUE value IS 6 (2.73% from 255) = 1.6%
R=65.33%
G=33.07%
B=1.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245124600.490.980.0429.6295.2249.22
HexF57C60316241e5f31
Octal365174606114243613761
Binary11110101111110011001100011100010100111101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F57C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F57C06; }

 p { color: rgb(245,124,6); }

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

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

 a { background-color: rgb(245,124,6); }

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

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

 span { border-color: rgb(245,124,6); }

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