Shades of Dark Orange #FE8407
Tints of Dark Orange #FE8407
RGB
CMYK
RGB Variations
Color information
#FE8407 (or 0xFE8407) is known color: Dark Orange. HEX triplet: FE, 84 and 07. RGB value is (254,132,7). Sum of RGB (Red+Green+Blue) = 254+132+7=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8407 is #017BF8. Grayscale: #9A9A9A. Windows color (decimal): -97273 or 492798. OLE color: 492798.
HSL color Cylindrical-coordinate representation of color #FE8407: hue angle of 30.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE8407 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 132 | 7 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.00 |
| HSL | 30.36º | 0.99% | 0.51% | - |
| HSV(B) | 30.36º | 0.97% | 1% | - |
| XYZ | 49.16 | 37.59 | 4.87 | - |
| YUV | 154.23 | 44.92 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 132 | 7 | 0 | 0.48 | 0.97 | 0.00 | 30.36 | 0.99 | 0.51 |
| Hex | FE | 84 | 7 | 0 | 30 | 61 | 0 | 1E | 63 | 33 |
| Octal | 376 | 204 | 7 | 0 | 60 | 141 | 0 | 36 | 143 | 63 |
| Binary | 11111110 | 10000100 | 111 | 0 | 110000 | 1100001 | 0 | 11110 | 1100011 | 110011 |
Color Harmonies of #FE8407
Complementary color
Monochromatic Colors of #FE8407
Black with #FE8407
Text Example
Text Example
White with #FE8407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8407; }
p { color: rgb(254,132,7); }
H1.HeaderClassName
{
color: #FE8407;
}
.AnyTagClassName
{
color: #FE8407;
}
</style>
background-color css
<style>
a { background-color: #FE8407; }
a { background-color: rgb(254,132,7); }
div.DivClassName
{
background-color: #FE8407;
}
.BgClassName
{
background-color: #FE8407;
}
</style>
border-color css
<style>
span { border-color: #FE8407; }
span { border-color: rgb(254,132,7); }
td.TdClassName
{
border-color: #FE8407;
}
.TagClassName
{
border-color: #FE8407;
}
</style>