Shades of Dark Orange #FC8F08
Tints of Dark Orange #FC8F08
RGB
CMYK
RGB Variations
Color information
#FC8F08 (or 0xFC8F08) is known color: Dark Orange. HEX triplet: FC, 8F and 08. RGB value is (252,143,8). Sum of RGB (Red+Green+Blue) = 252+143+8=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8F08 is #0370F7. Grayscale: #A0A0A0. Windows color (decimal): -225528 or 561148. OLE color: 561148.
HSL color Cylindrical-coordinate representation of color #FC8F08: hue angle of 33.2º 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 #FC8F08 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 143 | 8 | - |
| CMYK | 0 | 0.43 | 0.97 | 0.01 |
| HSL | 33.2º | 0.98% | 0.51% | - |
| HSV(B) | 33.2º | 0.97% | 0.99% | - |
| XYZ | 50.01 | 40.36 | 5.38 | - |
| YUV | 160.2 | 42.11 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 143 | 8 | 0 | 0.43 | 0.97 | 0.01 | 33.2 | 0.98 | 0.51 |
| Hex | FC | 8F | 8 | 0 | 2B | 61 | 1 | 21 | 62 | 33 |
| Octal | 374 | 217 | 10 | 0 | 53 | 141 | 1 | 41 | 142 | 63 |
| Binary | 11111100 | 10001111 | 1000 | 0 | 101011 | 1100001 | 1 | 100001 | 1100010 | 110011 |
Color Harmonies of #FC8F08
Complementary color
Monochromatic Colors of #FC8F08
Black with #FC8F08
Text Example
Text Example
White with #FC8F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8F08; }
p { color: rgb(252,143,8); }
H1.HeaderClassName
{
color: #FC8F08;
}
.AnyTagClassName
{
color: #FC8F08;
}
</style>
background-color css
<style>
a { background-color: #FC8F08; }
a { background-color: rgb(252,143,8); }
div.DivClassName
{
background-color: #FC8F08;
}
.BgClassName
{
background-color: #FC8F08;
}
</style>
border-color css
<style>
span { border-color: #FC8F08; }
span { border-color: rgb(252,143,8); }
td.TdClassName
{
border-color: #FC8F08;
}
.TagClassName
{
border-color: #FC8F08;
}
</style>