Shades of Dark Orange #FC940E
Tints of Dark Orange #FC940E
RGB
CMYK
RGB Variations
Color information
#FC940E (or 0xFC940E) is known color: Dark Orange. HEX triplet: FC, 94 and 0E. RGB value is (252,148,14). Sum of RGB (Red+Green+Blue) = 252+148+14=414 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.87% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 252 - color contains mainly: red. Hex color #FC940E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC940E is #036BF1. Grayscale: #A4A4A4. Windows color (decimal): -224242 or 955644. OLE color: 955644.
HSL color Cylindrical-coordinate representation of color #FC940E: hue angle of 33.78º 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 #FC940E is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 148 | 14 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.01 |
| HSL | 33.78º | 0.98% | 0.52% | - |
| HSV(B) | 33.78º | 0.94% | 0.99% | - |
| XYZ | 50.81 | 41.91 | 5.83 | - |
| YUV | 163.82 | 43.46 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 148 | 14 | 0 | 0.41 | 0.94 | 0.01 | 33.78 | 0.98 | 0.52 |
| Hex | FC | 94 | E | 0 | 29 | 5E | 1 | 22 | 62 | 34 |
| Octal | 374 | 224 | 16 | 0 | 51 | 136 | 1 | 42 | 142 | 64 |
| Binary | 11111100 | 10010100 | 1110 | 0 | 101001 | 1011110 | 1 | 100010 | 1100010 | 110100 |
Color Harmonies of #FC940E
Complementary color
Monochromatic Colors of #FC940E
Black with #FC940E
Text Example
Text Example
White with #FC940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC940E; }
p { color: rgb(252,148,14); }
H1.HeaderClassName
{
color: #FC940E;
}
.AnyTagClassName
{
color: #FC940E;
}
</style>
background-color css
<style>
a { background-color: #FC940E; }
a { background-color: rgb(252,148,14); }
div.DivClassName
{
background-color: #FC940E;
}
.BgClassName
{
background-color: #FC940E;
}
</style>
border-color css
<style>
span { border-color: #FC940E; }
span { border-color: rgb(252,148,14); }
td.TdClassName
{
border-color: #FC940E;
}
.TagClassName
{
border-color: #FC940E;
}
</style>