Shades of Dark Orange #FC910D
Tints of Dark Orange #FC910D
RGB
CMYK
RGB Variations
Color information
#FC910D (or 0xFC910D) is known color: Dark Orange. HEX triplet: FC, 91 and 0D. RGB value is (252,145,13). Sum of RGB (Red+Green+Blue) = 252+145+13=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 13 (5.47% from 255 or 3.17% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC910D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC910D is #036EF2. Grayscale: #A2A2A2. Windows color (decimal): -225011 or 889340. OLE color: 889340.
HSL color Cylindrical-coordinate representation of color #FC910D: hue angle of 33.14º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC910D is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 145 | 13 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.01 |
| HSL | 33.14º | 0.98% | 0.52% | - |
| HSV(B) | 33.14º | 0.95% | 0.99% | - |
| XYZ | 50.34 | 40.98 | 5.64 | - |
| YUV | 161.95 | 43.95 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 145 | 13 | 0 | 0.42 | 0.95 | 0.01 | 33.14 | 0.98 | 0.52 |
| Hex | FC | 91 | D | 0 | 2A | 5F | 1 | 21 | 62 | 34 |
| Octal | 374 | 221 | 15 | 0 | 52 | 137 | 1 | 41 | 142 | 64 |
| Binary | 11111100 | 10010001 | 1101 | 0 | 101010 | 1011111 | 1 | 100001 | 1100010 | 110100 |
Color Harmonies of #FC910D
Complementary color
Monochromatic Colors of #FC910D
Black with #FC910D
Text Example
Text Example
White with #FC910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC910D; }
p { color: rgb(252,145,13); }
H1.HeaderClassName
{
color: #FC910D;
}
.AnyTagClassName
{
color: #FC910D;
}
</style>
background-color css
<style>
a { background-color: #FC910D; }
a { background-color: rgb(252,145,13); }
div.DivClassName
{
background-color: #FC910D;
}
.BgClassName
{
background-color: #FC910D;
}
</style>
border-color css
<style>
span { border-color: #FC910D; }
span { border-color: rgb(252,145,13); }
td.TdClassName
{
border-color: #FC910D;
}
.TagClassName
{
border-color: #FC910D;
}
</style>