Shades of Dark Orange #FC9401
Tints of Dark Orange #FC9401
RGB
CMYK
RGB Variations
Color information
#FC9401 (or 0xFC9401) is known color: Dark Orange. HEX triplet: FC, 94 and 01. RGB value is (252,148,1). Sum of RGB (Red+Green+Blue) = 252+148+1=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 148 (58.20% from 255 or 36.91% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9401 is #036BFE. Grayscale: #A3A3A3. Windows color (decimal): -224255 or 103676. OLE color: 103676.
HSL color Cylindrical-coordinate representation of color #FC9401: hue angle of 35.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC9401 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.01 |
| HSL | 35.14º | 0.99% | 0.5% | - |
| HSV(B) | 35.14º | 1% | 0.99% | - |
| XYZ | 50.74 | 41.88 | 5.44 | - |
| YUV | 162.34 | 36.96 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 1 | 0 | 0.41 | 1.00 | 0.01 | 35.14 | 0.99 | 0.5 |
| Hex | FC | 94 | 1 | 0 | 29 | 64 | 1 | 23 | 63 | 32 |
| Octal | 374 | 224 | 1 | 0 | 51 | 144 | 1 | 43 | 143 | 62 |
| Binary | 11111100 | 10010100 | 1 | 0 | 101001 | 1100100 | 1 | 100011 | 1100011 | 110010 |
Color Harmonies of #FC9401
Complementary color
Monochromatic Colors of #FC9401
Black with #FC9401
Text Example
Text Example
White with #FC9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9401; }
p { color: rgb(252,148,1); }
H1.HeaderClassName
{
color: #FC9401;
}
.AnyTagClassName
{
color: #FC9401;
}
</style>
background-color css
<style>
a { background-color: #FC9401; }
a { background-color: rgb(252,148,1); }
div.DivClassName
{
background-color: #FC9401;
}
.BgClassName
{
background-color: #FC9401;
}
</style>
border-color css
<style>
span { border-color: #FC9401; }
span { border-color: rgb(252,148,1); }
td.TdClassName
{
border-color: #FC9401;
}
.TagClassName
{
border-color: #FC9401;
}
</style>