Shades of Dark Orange #FC9107
Tints of Dark Orange #FC9107
RGB
CMYK
RGB Variations
Color information
#FC9107 (or 0xFC9107) is known color: Dark Orange. HEX triplet: FC, 91 and 07. RGB value is (252,145,7). Sum of RGB (Red+Green+Blue) = 252+145+7=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 7 (3.12% from 255 or 1.73% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9107 is #036EF8. Grayscale: #A1A1A1. Windows color (decimal): -225017 or 496124. OLE color: 496124.
HSL color Cylindrical-coordinate representation of color #FC9107: hue angle of 33.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC9107 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.01 |
| HSL | 33.8º | 0.98% | 0.51% | - |
| HSV(B) | 33.8º | 0.97% | 0.99% | - |
| XYZ | 50.31 | 40.96 | 5.46 | - |
| YUV | 161.26 | 40.95 | 192.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 7 | 0 | 0.42 | 0.97 | 0.01 | 33.8 | 0.98 | 0.51 |
| Hex | FC | 91 | 7 | 0 | 2A | 61 | 1 | 22 | 62 | 33 |
| Octal | 374 | 221 | 7 | 0 | 52 | 141 | 1 | 42 | 142 | 63 |
| Binary | 11111100 | 10010001 | 111 | 0 | 101010 | 1100001 | 1 | 100010 | 1100010 | 110011 |
Color Harmonies of #FC9107
Complementary color
Monochromatic Colors of #FC9107
Black with #FC9107
Text Example
Text Example
White with #FC9107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9107; }
p { color: rgb(252,145,7); }
H1.HeaderClassName
{
color: #FC9107;
}
.AnyTagClassName
{
color: #FC9107;
}
</style>
background-color css
<style>
a { background-color: #FC9107; }
a { background-color: rgb(252,145,7); }
div.DivClassName
{
background-color: #FC9107;
}
.BgClassName
{
background-color: #FC9107;
}
</style>
border-color css
<style>
span { border-color: #FC9107; }
span { border-color: rgb(252,145,7); }
td.TdClassName
{
border-color: #FC9107;
}
.TagClassName
{
border-color: #FC9107;
}
</style>