Shades of Dark Orange #FC8A08
Tints of Dark Orange #FC8A08
RGB
CMYK
RGB Variations
Color information
#FC8A08 (or 0xFC8A08) is known color: Dark Orange. HEX triplet: FC, 8A and 08. RGB value is (252,138,8). Sum of RGB (Red+Green+Blue) = 252+138+8=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 8 (3.52% from 255 or 2.01% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8A08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8A08 is #0375F7. Grayscale: #9D9D9D. Windows color (decimal): -226808 or 559868. OLE color: 559868.
HSL color Cylindrical-coordinate representation of color #FC8A08: hue angle of 31.97º 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 #FC8A08 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 138 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.01 |
| HSL | 31.97º | 0.98% | 0.51% | - |
| HSV(B) | 31.97º | 0.97% | 0.99% | - |
| XYZ | 49.28 | 38.89 | 5.14 | - |
| YUV | 157.27 | 43.77 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 138 | 8 | 0 | 0.45 | 0.97 | 0.01 | 31.97 | 0.98 | 0.51 |
| Hex | FC | 8A | 8 | 0 | 2D | 61 | 1 | 20 | 62 | 33 |
| Octal | 374 | 212 | 10 | 0 | 55 | 141 | 1 | 40 | 142 | 63 |
| Binary | 11111100 | 10001010 | 1000 | 0 | 101101 | 1100001 | 1 | 100000 | 1100010 | 110011 |
Color Harmonies of #FC8A08
Complementary color
Monochromatic Colors of #FC8A08
Black with #FC8A08
Text Example
Text Example
White with #FC8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8A08; }
p { color: rgb(252,138,8); }
H1.HeaderClassName
{
color: #FC8A08;
}
.AnyTagClassName
{
color: #FC8A08;
}
</style>
background-color css
<style>
a { background-color: #FC8A08; }
a { background-color: rgb(252,138,8); }
div.DivClassName
{
background-color: #FC8A08;
}
.BgClassName
{
background-color: #FC8A08;
}
</style>
border-color css
<style>
span { border-color: #FC8A08; }
span { border-color: rgb(252,138,8); }
td.TdClassName
{
border-color: #FC8A08;
}
.TagClassName
{
border-color: #FC8A08;
}
</style>