Shades of Dark Orange #FE960A
Tints of Dark Orange #FE960A
RGB
CMYK
RGB Variations
Color information
#FE960A (or 0xFE960A) is known color: Dark Orange. HEX triplet: FE, 96 and 0A. RGB value is (254,150,10). Sum of RGB (Red+Green+Blue) = 254+150+10=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 10 (4.30% from 255 or 2.42% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE960A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE960A is #0169F5. Grayscale: #A5A5A5. Windows color (decimal): -92662 or 694014. OLE color: 694014.
HSL color Cylindrical-coordinate representation of color #FE960A: hue angle of 34.43º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE960A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 10 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.00 |
| HSL | 34.43º | 0.99% | 0.52% | - |
| HSV(B) | 34.43º | 0.96% | 1% | - |
| XYZ | 51.83 | 42.91 | 5.84 | - |
| YUV | 165.14 | 40.46 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 10 | 0 | 0.41 | 0.96 | 0.00 | 34.43 | 0.99 | 0.52 |
| Hex | FE | 96 | A | 0 | 29 | 60 | 0 | 22 | 63 | 34 |
| Octal | 376 | 226 | 12 | 0 | 51 | 140 | 0 | 42 | 143 | 64 |
| Binary | 11111110 | 10010110 | 1010 | 0 | 101001 | 1100000 | 0 | 100010 | 1100011 | 110100 |
Color Harmonies of #FE960A
Complementary color
Monochromatic Colors of #FE960A
Black with #FE960A
Text Example
Text Example
White with #FE960A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE960A; }
p { color: rgb(254,150,10); }
H1.HeaderClassName
{
color: #FE960A;
}
.AnyTagClassName
{
color: #FE960A;
}
</style>
background-color css
<style>
a { background-color: #FE960A; }
a { background-color: rgb(254,150,10); }
div.DivClassName
{
background-color: #FE960A;
}
.BgClassName
{
background-color: #FE960A;
}
</style>
border-color css
<style>
span { border-color: #FE960A; }
span { border-color: rgb(254,150,10); }
td.TdClassName
{
border-color: #FE960A;
}
.TagClassName
{
border-color: #FE960A;
}
</style>