Shades of Orange Peel #FC9F08
Tints of Orange Peel #FC9F08
RGB
CMYK
RGB Variations
Color information
#FC9F08 (or 0xFC9F08) is known color: Orange Peel. HEX triplet: FC, 9F and 08. RGB value is (252,159,8). Sum of RGB (Red+Green+Blue) = 252+159+8=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 159 (62.5% from 255 or 37.95% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9F08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9F08 is #0360F7. Grayscale: #AAAAAA. Windows color (decimal): -221432 or 565244. OLE color: 565244.
HSL color Cylindrical-coordinate representation of color #FC9F08: hue angle of 37.13º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC9F08 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 159 | 8 | - |
CMYK | 0 | 0.37 | 0.97 | 0.01 |
HSL | 37.13º | 0.98% | 0.51% | - |
HSV(B) | 37.13º | 0.97% | 0.99% | - |
XYZ | 52.59 | 45.51 | 6.24 | - |
YUV | 169.59 | 36.81 | 186.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 159 | 8 | 0 | 0.37 | 0.97 | 0.01 | 37.13 | 0.98 | 0.51 |
Hex | FC | 9F | 8 | 0 | 25 | 61 | 1 | 25 | 62 | 33 |
Octal | 374 | 237 | 10 | 0 | 45 | 141 | 1 | 45 | 142 | 63 |
Binary | 11111100 | 10011111 | 1000 | 0 | 100101 | 1100001 | 1 | 100101 | 1100010 | 110011 |
Color Harmonies of #FC9F08
Complementary color
Monochromatic Colors of #FC9F08
Black with #FC9F08
Text Example
Text Example
White with #FC9F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9F08; }
p { color: rgb(252,159,8); }
H1.HeaderClassName
{
color: #FC9F08;
}
.AnyTagClassName
{
color: #FC9F08;
}
</style>
background-color css
<style>
a { background-color: #FC9F08; }
a { background-color: rgb(252,159,8); }
div.DivClassName
{
background-color: #FC9F08;
}
.BgClassName
{
background-color: #FC9F08;
}
</style>
border-color css
<style>
span { border-color: #FC9F08; }
span { border-color: rgb(252,159,8); }
td.TdClassName
{
border-color: #FC9F08;
}
.TagClassName
{
border-color: #FC9F08;
}
</style>