Shades of Dark Orange #FC950E
Tints of Dark Orange #FC950E
RGB
CMYK
RGB Variations
Color information
#FC950E (or 0xFC950E) is known color: Dark Orange. HEX triplet: FC, 95 and 0E. RGB value is (252,149,14). Sum of RGB (Red+Green+Blue) = 252+149+14=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 14 (5.86% from 255 or 3.37% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC950E is #036AF1. Grayscale: #A5A5A5. Windows color (decimal): -223986 or 955900. OLE color: 955900.
HSL color Cylindrical-coordinate representation of color #FC950E: hue angle of 34.03º 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 #FC950E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 149 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.01 |
| HSL | 34.03º | 0.98% | 0.52% | - |
| HSV(B) | 34.03º | 0.94% | 0.99% | - |
| XYZ | 50.97 | 42.22 | 5.88 | - |
| YUV | 164.41 | 43.12 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 149 | 14 | 0 | 0.41 | 0.94 | 0.01 | 34.03 | 0.98 | 0.52 |
| Hex | FC | 95 | E | 0 | 29 | 5E | 1 | 22 | 62 | 34 |
| Octal | 374 | 225 | 16 | 0 | 51 | 136 | 1 | 42 | 142 | 64 |
| Binary | 11111100 | 10010101 | 1110 | 0 | 101001 | 1011110 | 1 | 100010 | 1100010 | 110100 |
Color Harmonies of #FC950E
Complementary color
Monochromatic Colors of #FC950E
Black with #FC950E
Text Example
Text Example
White with #FC950E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC950E; }
p { color: rgb(252,149,14); }
H1.HeaderClassName
{
color: #FC950E;
}
.AnyTagClassName
{
color: #FC950E;
}
</style>
background-color css
<style>
a { background-color: #FC950E; }
a { background-color: rgb(252,149,14); }
div.DivClassName
{
background-color: #FC950E;
}
.BgClassName
{
background-color: #FC950E;
}
</style>
border-color css
<style>
span { border-color: #FC950E; }
span { border-color: rgb(252,149,14); }
td.TdClassName
{
border-color: #FC950E;
}
.TagClassName
{
border-color: #FC950E;
}
</style>