Shades of Dark Orange #FC8B0E
Tints of Dark Orange #FC8B0E
RGB
CMYK
RGB Variations
Color information
#FC8B0E (or 0xFC8B0E) is known color: Dark Orange. HEX triplet: FC, 8B and 0E. RGB value is (252,139,14). Sum of RGB (Red+Green+Blue) = 252+139+14=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 14 (5.86% from 255 or 3.46% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8B0E is #0374F1. Grayscale: #9F9F9F. Windows color (decimal): -226546 or 953340. OLE color: 953340.
HSL color Cylindrical-coordinate representation of color #FC8B0E: hue angle of 31.51º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC8B0E is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 139 | 14 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.01 |
| HSL | 31.51º | 0.98% | 0.52% | - |
| HSV(B) | 31.51º | 0.94% | 0.99% | - |
| XYZ | 49.46 | 39.19 | 5.37 | - |
| YUV | 158.54 | 46.44 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 139 | 14 | 0 | 0.45 | 0.94 | 0.01 | 31.51 | 0.98 | 0.52 |
| Hex | FC | 8B | E | 0 | 2D | 5E | 1 | 20 | 62 | 34 |
| Octal | 374 | 213 | 16 | 0 | 55 | 136 | 1 | 40 | 142 | 64 |
| Binary | 11111100 | 10001011 | 1110 | 0 | 101101 | 1011110 | 1 | 100000 | 1100010 | 110100 |
Color Harmonies of #FC8B0E
Complementary color
Monochromatic Colors of #FC8B0E
Black with #FC8B0E
Text Example
Text Example
White with #FC8B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC8B0E; }
p { color: rgb(252,139,14); }
H1.HeaderClassName
{
color: #FC8B0E;
}
.AnyTagClassName
{
color: #FC8B0E;
}
</style>
background-color css
<style>
a { background-color: #FC8B0E; }
a { background-color: rgb(252,139,14); }
div.DivClassName
{
background-color: #FC8B0E;
}
.BgClassName
{
background-color: #FC8B0E;
}
</style>
border-color css
<style>
span { border-color: #FC8B0E; }
span { border-color: rgb(252,139,14); }
td.TdClassName
{
border-color: #FC8B0E;
}
.TagClassName
{
border-color: #FC8B0E;
}
</style>