Shades of Dark Orange #FE8109
Tints of Dark Orange #FE8109
RGB
CMYK
RGB Variations
Color information
#FE8109 (or 0xFE8109) is known color: Dark Orange. HEX triplet: FE, 81 and 09. RGB value is (254,129,9). Sum of RGB (Red+Green+Blue) = 254+129+9=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 9 (3.91% from 255 or 2.30% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8109 is #017EF6. Grayscale: #999999. Windows color (decimal): -98039 or 623102. OLE color: 623102.
HSL color Cylindrical-coordinate representation of color #FE8109: hue angle of 29.39º 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 #FE8109 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 129 | 9 | - |
| CMYK | 0 | 0.49 | 0.96 | 0.00 |
| HSL | 29.39º | 0.99% | 0.52% | - |
| HSV(B) | 29.39º | 0.96% | 1% | - |
| XYZ | 48.77 | 36.79 | 4.79 | - |
| YUV | 152.7 | 46.91 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 129 | 9 | 0 | 0.49 | 0.96 | 0.00 | 29.39 | 0.99 | 0.52 |
| Hex | FE | 81 | 9 | 0 | 31 | 60 | 0 | 1D | 63 | 34 |
| Octal | 376 | 201 | 11 | 0 | 61 | 140 | 0 | 35 | 143 | 64 |
| Binary | 11111110 | 10000001 | 1001 | 0 | 110001 | 1100000 | 0 | 11101 | 1100011 | 110100 |
Color Harmonies of #FE8109
Complementary color
Monochromatic Colors of #FE8109
Black with #FE8109
Text Example
Text Example
White with #FE8109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8109; }
p { color: rgb(254,129,9); }
H1.HeaderClassName
{
color: #FE8109;
}
.AnyTagClassName
{
color: #FE8109;
}
</style>
background-color css
<style>
a { background-color: #FE8109; }
a { background-color: rgb(254,129,9); }
div.DivClassName
{
background-color: #FE8109;
}
.BgClassName
{
background-color: #FE8109;
}
</style>
border-color css
<style>
span { border-color: #FE8109; }
span { border-color: rgb(254,129,9); }
td.TdClassName
{
border-color: #FE8109;
}
.TagClassName
{
border-color: #FE8109;
}
</style>