Shades of Dark Orange #FE9608
Tints of Dark Orange #FE9608
RGB
CMYK
RGB Variations
Color information
#FE9608 (or 0xFE9608) is known color: Dark Orange. HEX triplet: FE, 96 and 08. RGB value is (254,150,8). Sum of RGB (Red+Green+Blue) = 254+150+8=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9608 is #0169F7. Grayscale: #A5A5A5. Windows color (decimal): -92664 or 562942. OLE color: 562942.
HSL color Cylindrical-coordinate representation of color #FE9608: hue angle of 34.63º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE9608 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 150 | 8 | - |
| CMYK | 0 | 0.41 | 0.97 | 0.00 |
| HSL | 34.63º | 0.99% | 0.51% | - |
| HSV(B) | 34.63º | 0.97% | 1% | - |
| XYZ | 51.82 | 42.9 | 5.78 | - |
| YUV | 164.91 | 39.46 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 150 | 8 | 0 | 0.41 | 0.97 | 0.00 | 34.63 | 0.99 | 0.51 |
| Hex | FE | 96 | 8 | 0 | 29 | 61 | 0 | 23 | 63 | 33 |
| Octal | 376 | 226 | 10 | 0 | 51 | 141 | 0 | 43 | 143 | 63 |
| Binary | 11111110 | 10010110 | 1000 | 0 | 101001 | 1100001 | 0 | 100011 | 1100011 | 110011 |
Color Harmonies of #FE9608
Complementary color
Monochromatic Colors of #FE9608
Black with #FE9608
Text Example
Text Example
White with #FE9608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9608; }
p { color: rgb(254,150,8); }
H1.HeaderClassName
{
color: #FE9608;
}
.AnyTagClassName
{
color: #FE9608;
}
</style>
background-color css
<style>
a { background-color: #FE9608; }
a { background-color: rgb(254,150,8); }
div.DivClassName
{
background-color: #FE9608;
}
.BgClassName
{
background-color: #FE9608;
}
</style>
border-color css
<style>
span { border-color: #FE9608; }
span { border-color: rgb(254,150,8); }
td.TdClassName
{
border-color: #FE9608;
}
.TagClassName
{
border-color: #FE9608;
}
</style>