Shades of Dark Orange #FC9013
Tints of Dark Orange #FC9013
RGB
CMYK
RGB Variations
Color information
#FC9013 (or 0xFC9013) is known color: Dark Orange. HEX triplet: FC, 90 and 13. RGB value is (252,144,19). Sum of RGB (Red+Green+Blue) = 252+144+19=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9013 is #036FEC. Grayscale: #A2A2A2. Windows color (decimal): -225261 or 1282300. OLE color: 1282300.
HSL color Cylindrical-coordinate representation of color #FC9013: hue angle of 32.19º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC9013 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 144 | 19 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.01 |
| HSL | 32.19º | 0.97% | 0.53% | - |
| HSV(B) | 32.19º | 0.92% | 0.99% | - |
| XYZ | 50.24 | 40.69 | 5.82 | - |
| YUV | 162.04 | 47.28 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 144 | 19 | 0 | 0.43 | 0.92 | 0.01 | 32.19 | 0.97 | 0.53 |
| Hex | FC | 90 | 13 | 0 | 2B | 5C | 1 | 20 | 61 | 35 |
| Octal | 374 | 220 | 23 | 0 | 53 | 134 | 1 | 40 | 141 | 65 |
| Binary | 11111100 | 10010000 | 10011 | 0 | 101011 | 1011100 | 1 | 100000 | 1100001 | 110101 |
Color Harmonies of #FC9013
Complementary color
Monochromatic Colors of #FC9013
Black with #FC9013
Text Example
Text Example
White with #FC9013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9013; }
p { color: rgb(252,144,19); }
H1.HeaderClassName
{
color: #FC9013;
}
.AnyTagClassName
{
color: #FC9013;
}
</style>
background-color css
<style>
a { background-color: #FC9013; }
a { background-color: rgb(252,144,19); }
div.DivClassName
{
background-color: #FC9013;
}
.BgClassName
{
background-color: #FC9013;
}
</style>
border-color css
<style>
span { border-color: #FC9013; }
span { border-color: rgb(252,144,19); }
td.TdClassName
{
border-color: #FC9013;
}
.TagClassName
{
border-color: #FC9013;
}
</style>