Shades of Dark Orange #FC9104
Tints of Dark Orange #FC9104
RGB
CMYK
RGB Variations
Color information
#FC9104 (or 0xFC9104) is known color: Dark Orange. HEX triplet: FC, 91 and 04. RGB value is (252,145,4). Sum of RGB (Red+Green+Blue) = 252+145+4=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9104 is #036EFB. Grayscale: #A1A1A1. Windows color (decimal): -225020 or 299516. OLE color: 299516.
HSL color Cylindrical-coordinate representation of color #FC9104: hue angle of 34.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC9104 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 4 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.01 |
| HSL | 34.11º | 0.98% | 0.5% | - |
| HSV(B) | 34.11º | 0.98% | 0.99% | - |
| XYZ | 50.29 | 40.96 | 5.37 | - |
| YUV | 160.92 | 39.45 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 4 | 0 | 0.42 | 0.98 | 0.01 | 34.11 | 0.98 | 0.5 |
| Hex | FC | 91 | 4 | 0 | 2A | 62 | 1 | 22 | 62 | 32 |
| Octal | 374 | 221 | 4 | 0 | 52 | 142 | 1 | 42 | 142 | 62 |
| Binary | 11111100 | 10010001 | 100 | 0 | 101010 | 1100010 | 1 | 100010 | 1100010 | 110010 |
Color Harmonies of #FC9104
Complementary color
Monochromatic Colors of #FC9104
Black with #FC9104
Text Example
Text Example
White with #FC9104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9104; }
p { color: rgb(252,145,4); }
H1.HeaderClassName
{
color: #FC9104;
}
.AnyTagClassName
{
color: #FC9104;
}
</style>
background-color css
<style>
a { background-color: #FC9104; }
a { background-color: rgb(252,145,4); }
div.DivClassName
{
background-color: #FC9104;
}
.BgClassName
{
background-color: #FC9104;
}
</style>
border-color css
<style>
span { border-color: #FC9104; }
span { border-color: rgb(252,145,4); }
td.TdClassName
{
border-color: #FC9104;
}
.TagClassName
{
border-color: #FC9104;
}
</style>