Shades of Dark Orange #FE8A09
Tints of Dark Orange #FE8A09
RGB
CMYK
RGB Variations
Color information
#FE8A09 (or 0xFE8A09) is known color: Dark Orange. HEX triplet: FE, 8A and 09. RGB value is (254,138,9). Sum of RGB (Red+Green+Blue) = 254+138+9=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8A09 is #0175F6. Grayscale: #9E9E9E. Windows color (decimal): -95735 or 625406. OLE color: 625406.
HSL color Cylindrical-coordinate representation of color #FE8A09: hue angle of 31.59º 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 #FE8A09 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 9 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.00 |
| HSL | 31.59º | 0.99% | 0.52% | - |
| HSV(B) | 31.59º | 0.96% | 1% | - |
| XYZ | 50.01 | 39.27 | 5.2 | - |
| YUV | 157.98 | 43.93 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 9 | 0 | 0.46 | 0.96 | 0.00 | 31.59 | 0.99 | 0.52 |
| Hex | FE | 8A | 9 | 0 | 2E | 60 | 0 | 20 | 63 | 34 |
| Octal | 376 | 212 | 11 | 0 | 56 | 140 | 0 | 40 | 143 | 64 |
| Binary | 11111110 | 10001010 | 1001 | 0 | 101110 | 1100000 | 0 | 100000 | 1100011 | 110100 |
Color Harmonies of #FE8A09
Complementary color
Monochromatic Colors of #FE8A09
Black with #FE8A09
Text Example
Text Example
White with #FE8A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A09; }
p { color: rgb(254,138,9); }
H1.HeaderClassName
{
color: #FE8A09;
}
.AnyTagClassName
{
color: #FE8A09;
}
</style>
background-color css
<style>
a { background-color: #FE8A09; }
a { background-color: rgb(254,138,9); }
div.DivClassName
{
background-color: #FE8A09;
}
.BgClassName
{
background-color: #FE8A09;
}
</style>
border-color css
<style>
span { border-color: #FE8A09; }
span { border-color: rgb(254,138,9); }
td.TdClassName
{
border-color: #FE8A09;
}
.TagClassName
{
border-color: #FE8A09;
}
</style>