Shades of Dark Orange #FE8509
Tints of Dark Orange #FE8509
RGB
CMYK
RGB Variations
Color information
#FE8509 (or 0xFE8509) is known color: Dark Orange. HEX triplet: FE, 85 and 09. RGB value is (254,133,9). Sum of RGB (Red+Green+Blue) = 254+133+9=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 9 (3.91% from 255 or 2.27% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8509 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8509 is #017AF6. Grayscale: #9B9B9B. Windows color (decimal): -97015 or 624126. OLE color: 624126.
HSL color Cylindrical-coordinate representation of color #FE8509: hue angle of 30.37º 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 #FE8509 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 9 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.00 |
| HSL | 30.37º | 0.99% | 0.52% | - |
| HSV(B) | 30.37º | 0.96% | 1% | - |
| XYZ | 49.31 | 37.87 | 4.97 | - |
| YUV | 155.04 | 45.59 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 9 | 0 | 0.48 | 0.96 | 0.00 | 30.37 | 0.99 | 0.52 |
| Hex | FE | 85 | 9 | 0 | 30 | 60 | 0 | 1E | 63 | 34 |
| Octal | 376 | 205 | 11 | 0 | 60 | 140 | 0 | 36 | 143 | 64 |
| Binary | 11111110 | 10000101 | 1001 | 0 | 110000 | 1100000 | 0 | 11110 | 1100011 | 110100 |
Color Harmonies of #FE8509
Complementary color
Monochromatic Colors of #FE8509
Black with #FE8509
Text Example
Text Example
White with #FE8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8509; }
p { color: rgb(254,133,9); }
H1.HeaderClassName
{
color: #FE8509;
}
.AnyTagClassName
{
color: #FE8509;
}
</style>
background-color css
<style>
a { background-color: #FE8509; }
a { background-color: rgb(254,133,9); }
div.DivClassName
{
background-color: #FE8509;
}
.BgClassName
{
background-color: #FE8509;
}
</style>
border-color css
<style>
span { border-color: #FE8509; }
span { border-color: rgb(254,133,9); }
td.TdClassName
{
border-color: #FE8509;
}
.TagClassName
{
border-color: #FE8509;
}
</style>