Shades of Dark Orange #FC9110
Tints of Dark Orange #FC9110
RGB
CMYK
RGB Variations
Color information
#FC9110 (or 0xFC9110) is known color: Dark Orange. HEX triplet: FC, 91 and 10. RGB value is (252,145,16). Sum of RGB (Red+Green+Blue) = 252+145+16=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9110 is #036EEF. Grayscale: #A2A2A2. Windows color (decimal): -225008 or 1085948. OLE color: 1085948.
HSL color Cylindrical-coordinate representation of color #FC9110: hue angle of 32.8º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC9110 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 16 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.01 |
| HSL | 32.8º | 0.98% | 0.53% | - |
| HSV(B) | 32.8º | 0.94% | 0.99% | - |
| XYZ | 50.36 | 40.98 | 5.75 | - |
| YUV | 162.29 | 45.45 | 191.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 16 | 0 | 0.42 | 0.94 | 0.01 | 32.8 | 0.98 | 0.53 |
| Hex | FC | 91 | 10 | 0 | 2A | 5E | 1 | 21 | 62 | 35 |
| Octal | 374 | 221 | 20 | 0 | 52 | 136 | 1 | 41 | 142 | 65 |
| Binary | 11111100 | 10010001 | 10000 | 0 | 101010 | 1011110 | 1 | 100001 | 1100010 | 110101 |
Color Harmonies of #FC9110
Complementary color
Monochromatic Colors of #FC9110
Black with #FC9110
Text Example
Text Example
White with #FC9110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9110; }
p { color: rgb(252,145,16); }
H1.HeaderClassName
{
color: #FC9110;
}
.AnyTagClassName
{
color: #FC9110;
}
</style>
background-color css
<style>
a { background-color: #FC9110; }
a { background-color: rgb(252,145,16); }
div.DivClassName
{
background-color: #FC9110;
}
.BgClassName
{
background-color: #FC9110;
}
</style>
border-color css
<style>
span { border-color: #FC9110; }
span { border-color: rgb(252,145,16); }
td.TdClassName
{
border-color: #FC9110;
}
.TagClassName
{
border-color: #FC9110;
}
</style>