Shades of Dark Orange #FC9100
Tints of Dark Orange #FC9100
RGB
CMYK
RGB Variations
Color information
#FC9100 (or 0xFC9100) is known color: Dark Orange. HEX triplet: FC, 91 and 00. RGB value is (252,145,0). Sum of RGB (Red+Green+Blue) = 252+145+0=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9100 is #036EFF. Grayscale: #A1A1A1. Windows color (decimal): -225024 or 37372. OLE color: 37372.
HSL color Cylindrical-coordinate representation of color #FC9100: hue angle of 34.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC9100 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.01 |
| HSL | 34.52º | 1% | 0.49% | - |
| HSV(B) | 34.52º | 1% | 0.99% | - |
| XYZ | 50.27 | 40.95 | 5.25 | - |
| YUV | 160.46 | 37.45 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 0 | 0 | 0.42 | 1 | 0.01 | 34.52 | 1 | 0.49 |
| Hex | FC | 91 | 0 | 0 | 2A | 64 | 1 | 23 | 64 | 31 |
| Octal | 374 | 221 | 0 | 0 | 52 | 144 | 1 | 43 | 144 | 61 |
| Binary | 11111100 | 10010001 | 0 | 0 | 101010 | 1100100 | 1 | 100011 | 1100100 | 110001 |
Color Harmonies of #FC9100
Complementary color
Monochromatic Colors of #FC9100
Black with #FC9100
Text Example
Text Example
White with #FC9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9100; }
p { color: rgb(252,145,0); }
H1.HeaderClassName
{
color: #FC9100;
}
.AnyTagClassName
{
color: #FC9100;
}
</style>
background-color css
<style>
a { background-color: #FC9100; }
a { background-color: rgb(252,145,0); }
div.DivClassName
{
background-color: #FC9100;
}
.BgClassName
{
background-color: #FC9100;
}
</style>
border-color css
<style>
span { border-color: #FC9100; }
span { border-color: rgb(252,145,0); }
td.TdClassName
{
border-color: #FC9100;
}
.TagClassName
{
border-color: #FC9100;
}
</style>