Shades of Dark Orange #FE8009
Tints of Dark Orange #FE8009
RGB
CMYK
RGB Variations
Color information
#FE8009 (or 0xFE8009) is known color: Dark Orange. HEX triplet: FE, 80 and 09. RGB value is (254,128,9). Sum of RGB (Red+Green+Blue) = 254+128+9=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 128 (50.39% from 255 or 32.74% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8009 is #017FF6. Grayscale: #989898. Windows color (decimal): -98295 or 622846. OLE color: 622846.
HSL color Cylindrical-coordinate representation of color #FE8009: hue angle of 29.14º 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 #FE8009 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 9 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.00 |
| HSL | 29.14º | 0.99% | 0.52% | - |
| HSV(B) | 29.14º | 0.96% | 1% | - |
| XYZ | 48.64 | 36.53 | 4.75 | - |
| YUV | 152.11 | 47.24 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 9 | 0 | 0.50 | 0.96 | 0.00 | 29.14 | 0.99 | 0.52 |
| Hex | FE | 80 | 9 | 0 | 32 | 60 | 0 | 1D | 63 | 34 |
| Octal | 376 | 200 | 11 | 0 | 62 | 140 | 0 | 35 | 143 | 64 |
| Binary | 11111110 | 10000000 | 1001 | 0 | 110010 | 1100000 | 0 | 11101 | 1100011 | 110100 |
Color Harmonies of #FE8009
Complementary color
Monochromatic Colors of #FE8009
Black with #FE8009
Text Example
Text Example
White with #FE8009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8009; }
p { color: rgb(254,128,9); }
H1.HeaderClassName
{
color: #FE8009;
}
.AnyTagClassName
{
color: #FE8009;
}
</style>
background-color css
<style>
a { background-color: #FE8009; }
a { background-color: rgb(254,128,9); }
div.DivClassName
{
background-color: #FE8009;
}
.BgClassName
{
background-color: #FE8009;
}
</style>
border-color css
<style>
span { border-color: #FE8009; }
span { border-color: rgb(254,128,9); }
td.TdClassName
{
border-color: #FE8009;
}
.TagClassName
{
border-color: #FE8009;
}
</style>