Shades of Dark Orange #FC9006
Tints of Dark Orange #FC9006
RGB
CMYK
RGB Variations
Color information
#FC9006 (or 0xFC9006) is known color: Dark Orange. HEX triplet: FC, 90 and 06. RGB value is (252,144,6). Sum of RGB (Red+Green+Blue) = 252+144+6=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 6 (2.73% from 255 or 1.49% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9006 is #036FF9. Grayscale: #A1A1A1. Windows color (decimal): -225274 or 430332. OLE color: 430332.
HSL color Cylindrical-coordinate representation of color #FC9006: hue angle of 33.66º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC9006 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 6 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.01 |
| HSL | 33.66º | 0.98% | 0.51% | - |
| HSV(B) | 33.66º | 0.98% | 0.99% | - |
| XYZ | 50.15 | 40.66 | 5.38 | - |
| YUV | 160.56 | 40.78 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 6 | 0 | 0.43 | 0.98 | 0.01 | 33.66 | 0.98 | 0.51 |
| Hex | FC | 90 | 6 | 0 | 2B | 62 | 1 | 22 | 62 | 33 |
| Octal | 374 | 220 | 6 | 0 | 53 | 142 | 1 | 42 | 142 | 63 |
| Binary | 11111100 | 10010000 | 110 | 0 | 101011 | 1100010 | 1 | 100010 | 1100010 | 110011 |
Color Harmonies of #FC9006
Complementary color
Monochromatic Colors of #FC9006
Black with #FC9006
Text Example
Text Example
White with #FC9006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9006; }
p { color: rgb(252,144,6); }
H1.HeaderClassName
{
color: #FC9006;
}
.AnyTagClassName
{
color: #FC9006;
}
</style>
background-color css
<style>
a { background-color: #FC9006; }
a { background-color: rgb(252,144,6); }
div.DivClassName
{
background-color: #FC9006;
}
.BgClassName
{
background-color: #FC9006;
}
</style>
border-color css
<style>
span { border-color: #FC9006; }
span { border-color: rgb(252,144,6); }
td.TdClassName
{
border-color: #FC9006;
}
.TagClassName
{
border-color: #FC9006;
}
</style>