Shades of Dark Orange #FC890E
Tints of Dark Orange #FC890E
RGB
CMYK
RGB Variations
Color information
#FC890E (or 0xFC890E) is known color: Dark Orange. HEX triplet: FC, 89 and 0E. RGB value is (252,137,14). Sum of RGB (Red+Green+Blue) = 252+137+14=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC890E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC890E is #0376F1. Grayscale: #9D9D9D. Windows color (decimal): -227058 or 952828. OLE color: 952828.
HSL color Cylindrical-coordinate representation of color #FC890E: hue angle of 31.01º 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 #FC890E is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 137 | 14 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.01 |
| HSL | 31.01º | 0.98% | 0.52% | - |
| HSV(B) | 31.01º | 0.94% | 0.99% | - |
| XYZ | 49.17 | 38.62 | 5.28 | - |
| YUV | 157.36 | 47.1 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 137 | 14 | 0 | 0.46 | 0.94 | 0.01 | 31.01 | 0.98 | 0.52 |
| Hex | FC | 89 | E | 0 | 2E | 5E | 1 | 1F | 62 | 34 |
| Octal | 374 | 211 | 16 | 0 | 56 | 136 | 1 | 37 | 142 | 64 |
| Binary | 11111100 | 10001001 | 1110 | 0 | 101110 | 1011110 | 1 | 11111 | 1100010 | 110100 |
Color Harmonies of #FC890E
Complementary color
Monochromatic Colors of #FC890E
Black with #FC890E
Text Example
Text Example
White with #FC890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC890E; }
p { color: rgb(252,137,14); }
H1.HeaderClassName
{
color: #FC890E;
}
.AnyTagClassName
{
color: #FC890E;
}
</style>
background-color css
<style>
a { background-color: #FC890E; }
a { background-color: rgb(252,137,14); }
div.DivClassName
{
background-color: #FC890E;
}
.BgClassName
{
background-color: #FC890E;
}
</style>
border-color css
<style>
span { border-color: #FC890E; }
span { border-color: rgb(252,137,14); }
td.TdClassName
{
border-color: #FC890E;
}
.TagClassName
{
border-color: #FC890E;
}
</style>