Shades of Dark Orange #FC8F0A
Tints of Dark Orange #FC8F0A
RGB
CMYK
RGB Variations
Color information
#FC8F0A (or 0xFC8F0A) is known color: Dark Orange. HEX triplet: FC, 8F and 0A. RGB value is (252,143,10). Sum of RGB (Red+Green+Blue) = 252+143+10=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 10 (4.30% from 255 or 2.47% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F0A is #0370F5. Grayscale: #A1A1A1. Windows color (decimal): -225526 or 692220. OLE color: 692220.
HSL color Cylindrical-coordinate representation of color #FC8F0A: hue angle of 32.98º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC8F0A is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 10 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.01 |
| HSL | 32.98º | 0.98% | 0.51% | - |
| HSV(B) | 32.98º | 0.96% | 0.99% | - |
| XYZ | 50.02 | 40.36 | 5.44 | - |
| YUV | 160.43 | 43.11 | 193.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 10 | 0 | 0.43 | 0.96 | 0.01 | 32.98 | 0.98 | 0.51 |
| Hex | FC | 8F | A | 0 | 2B | 60 | 1 | 21 | 62 | 33 |
| Octal | 374 | 217 | 12 | 0 | 53 | 140 | 1 | 41 | 142 | 63 |
| Binary | 11111100 | 10001111 | 1010 | 0 | 101011 | 1100000 | 1 | 100001 | 1100010 | 110011 |
Color Harmonies of #FC8F0A
Complementary color
Monochromatic Colors of #FC8F0A
Black with #FC8F0A
Text Example
Text Example
White with #FC8F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F0A; }
p { color: rgb(252,143,10); }
H1.HeaderClassName
{
color: #FC8F0A;
}
.AnyTagClassName
{
color: #FC8F0A;
}
</style>
background-color css
<style>
a { background-color: #FC8F0A; }
a { background-color: rgb(252,143,10); }
div.DivClassName
{
background-color: #FC8F0A;
}
.BgClassName
{
background-color: #FC8F0A;
}
</style>
border-color css
<style>
span { border-color: #FC8F0A; }
span { border-color: rgb(252,143,10); }
td.TdClassName
{
border-color: #FC8F0A;
}
.TagClassName
{
border-color: #FC8F0A;
}
</style>