Shades of Dark Orange #FE8809
Tints of Dark Orange #FE8809
RGB
CMYK
RGB Variations
Color information
#FE8809 (or 0xFE8809) is known color: Dark Orange. HEX triplet: FE, 88 and 09. RGB value is (254,136,9). Sum of RGB (Red+Green+Blue) = 254+136+9=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8809 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8809 is #0177F6. Grayscale: #9D9D9D. Windows color (decimal): -96247 or 624894. OLE color: 624894.
HSL color Cylindrical-coordinate representation of color #FE8809: hue angle of 31.1º 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 #FE8809 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 136 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.00 |
| HSL | 31.1º | 0.99% | 0.52% | - |
| HSV(B) | 31.1º | 0.96% | 1% | - |
| XYZ | 49.73 | 38.7 | 5.11 | - |
| YUV | 156.8 | 44.59 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 136 | 9 | 0 | 0.46 | 0.96 | 0.00 | 31.1 | 0.99 | 0.52 |
| Hex | FE | 88 | 9 | 0 | 2E | 60 | 0 | 1F | 63 | 34 |
| Octal | 376 | 210 | 11 | 0 | 56 | 140 | 0 | 37 | 143 | 64 |
| Binary | 11111110 | 10001000 | 1001 | 0 | 101110 | 1100000 | 0 | 11111 | 1100011 | 110100 |
Color Harmonies of #FE8809
Complementary color
Monochromatic Colors of #FE8809
Black with #FE8809
Text Example
Text Example
White with #FE8809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8809; }
p { color: rgb(254,136,9); }
H1.HeaderClassName
{
color: #FE8809;
}
.AnyTagClassName
{
color: #FE8809;
}
</style>
background-color css
<style>
a { background-color: #FE8809; }
a { background-color: rgb(254,136,9); }
div.DivClassName
{
background-color: #FE8809;
}
.BgClassName
{
background-color: #FE8809;
}
</style>
border-color css
<style>
span { border-color: #FE8809; }
span { border-color: rgb(254,136,9); }
td.TdClassName
{
border-color: #FE8809;
}
.TagClassName
{
border-color: #FE8809;
}
</style>