#F59F0C

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

Shades of Dark Tangerine #F59F0C

Tints of Dark Tangerine #F59F0C

Color information

#F59F0C (or 0xF59F0C) is unknown color: approx Dark Tangerine. HEX triplet: F5, 9F and 0C. RGB value is (245,159,12). Sum of RGB (Red+Green+Blue) = 245+159+12=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 159 (62.5% from 255 or 38.22% from 416); Blue value is 12 (5.08% from 255 or 2.88% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F59F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F59F0C is #0A60F3. Grayscale: #A8A8A8. Windows color (decimal): -680180 or 827381. OLE color: 827381.

HSL color Cylindrical-coordinate representation of color #F59F0C: hue angle of 37.85º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F59F0C is Cyan = 0, Magento = 0.35, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB24515912-
CMYK00.350.950.04
HSL37.85º92.09%50.39%-
HSV(B)37.85º95.1%96.08%-
XYZ50.1244.246.24-
YUV167.9639.99182.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 58.89%
GREEN value IS 159 (62.5% from 255) = 38.22%
BLUE value IS 12 (5.08% from 255) = 2.88%
R=58.89%
G=38.22%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451591200.350.950.0437.8592.0950.39
HexF59FC0235F4265c32
Octal3652371404313744613462
Binary11110101100111111100010001110111111001001101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59F0C; }

 p { color: rgb(245,159,12); }

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

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

 a { background-color: rgb(245,159,12); }

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

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

 span { border-color: rgb(245,159,12); }

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