Shades of Dark Orange #FC9008
Tints of Dark Orange #FC9008
RGB
CMYK
RGB Variations
Color information
#FC9008 (or 0xFC9008) is known color: Dark Orange. HEX triplet: FC, 90 and 08. RGB value is (252,144,8). Sum of RGB (Red+Green+Blue) = 252+144+8=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9008 is #036FF7. Grayscale: #A1A1A1. Windows color (decimal): -225272 or 561404. OLE color: 561404.
HSL color Cylindrical-coordinate representation of color #FC9008: hue angle of 33.44º 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 #FC9008 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 8 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.01 |
| HSL | 33.44º | 0.98% | 0.51% | - |
| HSV(B) | 33.44º | 0.97% | 0.99% | - |
| XYZ | 50.16 | 40.66 | 5.43 | - |
| YUV | 160.79 | 41.78 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 8 | 0 | 0.43 | 0.97 | 0.01 | 33.44 | 0.98 | 0.51 |
| Hex | FC | 90 | 8 | 0 | 2B | 61 | 1 | 21 | 62 | 33 |
| Octal | 374 | 220 | 10 | 0 | 53 | 141 | 1 | 41 | 142 | 63 |
| Binary | 11111100 | 10010000 | 1000 | 0 | 101011 | 1100001 | 1 | 100001 | 1100010 | 110011 |
Color Harmonies of #FC9008
Complementary color
Monochromatic Colors of #FC9008
Black with #FC9008
Text Example
Text Example
White with #FC9008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9008; }
p { color: rgb(252,144,8); }
H1.HeaderClassName
{
color: #FC9008;
}
.AnyTagClassName
{
color: #FC9008;
}
</style>
background-color css
<style>
a { background-color: #FC9008; }
a { background-color: rgb(252,144,8); }
div.DivClassName
{
background-color: #FC9008;
}
.BgClassName
{
background-color: #FC9008;
}
</style>
border-color css
<style>
span { border-color: #FC9008; }
span { border-color: rgb(252,144,8); }
td.TdClassName
{
border-color: #FC9008;
}
.TagClassName
{
border-color: #FC9008;
}
</style>