Shades of Dark Orange #FC960E
Tints of Dark Orange #FC960E
RGB
CMYK
RGB Variations
Color information
#FC960E (or 0xFC960E) is known color: Dark Orange. HEX triplet: FC, 96 and 0E. RGB value is (252,150,14). Sum of RGB (Red+Green+Blue) = 252+150+14=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 150 (58.98% from 255 or 36.06% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC960E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC960E is #0369F1. Grayscale: #A5A5A5. Windows color (decimal): -223730 or 956156. OLE color: 956156.
HSL color Cylindrical-coordinate representation of color #FC960E: hue angle of 34.29º 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 #FC960E is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 14 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.01 |
| HSL | 34.29º | 0.98% | 0.52% | - |
| HSV(B) | 34.29º | 0.94% | 0.99% | - |
| XYZ | 51.13 | 42.54 | 5.93 | - |
| YUV | 164.99 | 42.79 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 14 | 0 | 0.40 | 0.94 | 0.01 | 34.29 | 0.98 | 0.52 |
| Hex | FC | 96 | E | 0 | 28 | 5E | 1 | 22 | 62 | 34 |
| Octal | 374 | 226 | 16 | 0 | 50 | 136 | 1 | 42 | 142 | 64 |
| Binary | 11111100 | 10010110 | 1110 | 0 | 101000 | 1011110 | 1 | 100010 | 1100010 | 110100 |
Color Harmonies of #FC960E
Complementary color
Monochromatic Colors of #FC960E
Black with #FC960E
Text Example
Text Example
White with #FC960E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC960E; }
p { color: rgb(252,150,14); }
H1.HeaderClassName
{
color: #FC960E;
}
.AnyTagClassName
{
color: #FC960E;
}
</style>
background-color css
<style>
a { background-color: #FC960E; }
a { background-color: rgb(252,150,14); }
div.DivClassName
{
background-color: #FC960E;
}
.BgClassName
{
background-color: #FC960E;
}
</style>
border-color css
<style>
span { border-color: #FC960E; }
span { border-color: rgb(252,150,14); }
td.TdClassName
{
border-color: #FC960E;
}
.TagClassName
{
border-color: #FC960E;
}
</style>