Shades of Dark Orange #FE8309
Tints of Dark Orange #FE8309
RGB
CMYK
RGB Variations
Color information
#FE8309 (or 0xFE8309) is known color: Dark Orange. HEX triplet: FE, 83 and 09. RGB value is (254,131,9). Sum of RGB (Red+Green+Blue) = 254+131+9=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 9 (3.91% from 255 or 2.28% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8309 is #017CF6. Grayscale: #9A9A9A. Windows color (decimal): -97527 or 623614. OLE color: 623614.
HSL color Cylindrical-coordinate representation of color #FE8309: hue angle of 29.88º 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 #FE8309 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 9 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.00 |
| HSL | 29.88º | 0.99% | 0.52% | - |
| HSV(B) | 29.88º | 0.96% | 1% | - |
| XYZ | 49.04 | 37.32 | 4.88 | - |
| YUV | 153.87 | 46.25 | 199.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 9 | 0 | 0.48 | 0.96 | 0.00 | 29.88 | 0.99 | 0.52 |
| Hex | FE | 83 | 9 | 0 | 30 | 60 | 0 | 1E | 63 | 34 |
| Octal | 376 | 203 | 11 | 0 | 60 | 140 | 0 | 36 | 143 | 64 |
| Binary | 11111110 | 10000011 | 1001 | 0 | 110000 | 1100000 | 0 | 11110 | 1100011 | 110100 |
Color Harmonies of #FE8309
Complementary color
Monochromatic Colors of #FE8309
Black with #FE8309
Text Example
Text Example
White with #FE8309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8309; }
p { color: rgb(254,131,9); }
H1.HeaderClassName
{
color: #FE8309;
}
.AnyTagClassName
{
color: #FE8309;
}
</style>
background-color css
<style>
a { background-color: #FE8309; }
a { background-color: rgb(254,131,9); }
div.DivClassName
{
background-color: #FE8309;
}
.BgClassName
{
background-color: #FE8309;
}
</style>
border-color css
<style>
span { border-color: #FE8309; }
span { border-color: rgb(254,131,9); }
td.TdClassName
{
border-color: #FE8309;
}
.TagClassName
{
border-color: #FE8309;
}
</style>