Shades of Dark Orange #FC8F12
Tints of Dark Orange #FC8F12
RGB
CMYK
RGB Variations
Color information
#FC8F12 (or 0xFC8F12) is known color: Dark Orange. HEX triplet: FC, 8F and 12. RGB value is (252,143,18). Sum of RGB (Red+Green+Blue) = 252+143+18=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 18 (7.42% from 255 or 4.36% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F12 is #0370ED. Grayscale: #A1A1A1. Windows color (decimal): -225518 or 1216508. OLE color: 1216508.
HSL color Cylindrical-coordinate representation of color #FC8F12: hue angle of 32.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC8F12 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 18 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.01 |
| HSL | 32.05º | 0.98% | 0.53% | - |
| HSV(B) | 32.05º | 0.93% | 0.99% | - |
| XYZ | 50.08 | 40.38 | 5.73 | - |
| YUV | 161.34 | 47.11 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 18 | 0 | 0.43 | 0.93 | 0.01 | 32.05 | 0.98 | 0.53 |
| Hex | FC | 8F | 12 | 0 | 2B | 5D | 1 | 20 | 62 | 35 |
| Octal | 374 | 217 | 22 | 0 | 53 | 135 | 1 | 40 | 142 | 65 |
| Binary | 11111100 | 10001111 | 10010 | 0 | 101011 | 1011101 | 1 | 100000 | 1100010 | 110101 |
Color Harmonies of #FC8F12
Complementary color
Monochromatic Colors of #FC8F12
Black with #FC8F12
Text Example
Text Example
White with #FC8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F12; }
p { color: rgb(252,143,18); }
H1.HeaderClassName
{
color: #FC8F12;
}
.AnyTagClassName
{
color: #FC8F12;
}
</style>
background-color css
<style>
a { background-color: #FC8F12; }
a { background-color: rgb(252,143,18); }
div.DivClassName
{
background-color: #FC8F12;
}
.BgClassName
{
background-color: #FC8F12;
}
</style>
border-color css
<style>
span { border-color: #FC8F12; }
span { border-color: rgb(252,143,18); }
td.TdClassName
{
border-color: #FC8F12;
}
.TagClassName
{
border-color: #FC8F12;
}
</style>