Shades of Dark Orange #FD960A
Tints of Dark Orange #FD960A
RGB
CMYK
RGB Variations
Color information
#FD960A (or 0xFD960A) is known color: Dark Orange. HEX triplet: FD, 96 and 0A. RGB value is (253,150,10). Sum of RGB (Red+Green+Blue) = 253+150+10=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 10 (4.30% from 255 or 2.42% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD960A is #0269F5. Grayscale: #A5A5A5. Windows color (decimal): -158198 or 694013. OLE color: 694013.
HSL color Cylindrical-coordinate representation of color #FD960A: hue angle of 34.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD960A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 150 | 10 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.01 |
| HSL | 34.57º | 0.98% | 0.52% | - |
| HSV(B) | 34.57º | 0.96% | 0.99% | - |
| XYZ | 51.47 | 42.72 | 5.82 | - |
| YUV | 164.84 | 40.62 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 150 | 10 | 0 | 0.41 | 0.96 | 0.01 | 34.57 | 0.98 | 0.52 |
| Hex | FD | 96 | A | 0 | 29 | 60 | 1 | 23 | 62 | 34 |
| Octal | 375 | 226 | 12 | 0 | 51 | 140 | 1 | 43 | 142 | 64 |
| Binary | 11111101 | 10010110 | 1010 | 0 | 101001 | 1100000 | 1 | 100011 | 1100010 | 110100 |
Color Harmonies of #FD960A
Complementary color
Monochromatic Colors of #FD960A
Black with #FD960A
Text Example
Text Example
White with #FD960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD960A; }
p { color: rgb(253,150,10); }
H1.HeaderClassName
{
color: #FD960A;
}
.AnyTagClassName
{
color: #FD960A;
}
</style>
background-color css
<style>
a { background-color: #FD960A; }
a { background-color: rgb(253,150,10); }
div.DivClassName
{
background-color: #FD960A;
}
.BgClassName
{
background-color: #FD960A;
}
</style>
border-color css
<style>
span { border-color: #FD960A; }
span { border-color: rgb(253,150,10); }
td.TdClassName
{
border-color: #FD960A;
}
.TagClassName
{
border-color: #FD960A;
}
</style>