Shades of Dark Orange #FC960A
Tints of Dark Orange #FC960A
RGB
CMYK
RGB Variations
Color information
#FC960A (or 0xFC960A) is known color: Dark Orange. HEX triplet: FC, 96 and 0A. RGB value is (252,150,10). Sum of RGB (Red+Green+Blue) = 252+150+10=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC960A is #0369F5. Grayscale: #A5A5A5. Windows color (decimal): -223734 or 694012. OLE color: 694012.
HSL color Cylindrical-coordinate representation of color #FC960A: hue angle of 34.71º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC960A is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 150 | 10 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.01 |
| HSL | 34.71º | 0.98% | 0.51% | - |
| HSV(B) | 34.71º | 0.96% | 0.99% | - |
| XYZ | 51.11 | 42.53 | 5.8 | - |
| YUV | 164.54 | 40.79 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 150 | 10 | 0 | 0.40 | 0.96 | 0.01 | 34.71 | 0.98 | 0.51 |
| Hex | FC | 96 | A | 0 | 28 | 60 | 1 | 23 | 62 | 33 |
| Octal | 374 | 226 | 12 | 0 | 50 | 140 | 1 | 43 | 142 | 63 |
| Binary | 11111100 | 10010110 | 1010 | 0 | 101000 | 1100000 | 1 | 100011 | 1100010 | 110011 |
Color Harmonies of #FC960A
Complementary color
Monochromatic Colors of #FC960A
Black with #FC960A
Text Example
Text Example
White with #FC960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC960A; }
p { color: rgb(252,150,10); }
H1.HeaderClassName
{
color: #FC960A;
}
.AnyTagClassName
{
color: #FC960A;
}
</style>
background-color css
<style>
a { background-color: #FC960A; }
a { background-color: rgb(252,150,10); }
div.DivClassName
{
background-color: #FC960A;
}
.BgClassName
{
background-color: #FC960A;
}
</style>
border-color css
<style>
span { border-color: #FC960A; }
span { border-color: rgb(252,150,10); }
td.TdClassName
{
border-color: #FC960A;
}
.TagClassName
{
border-color: #FC960A;
}
</style>