Shades of Dark Orange #FE8F14
Tints of Dark Orange #FE8F14
RGB
CMYK
RGB Variations
Color information
#FE8F14 (or 0xFE8F14) is known color: Dark Orange. HEX triplet: FE, 8F and 14. RGB value is (254,143,20). Sum of RGB (Red+Green+Blue) = 254+143+20=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8F14 is #0170EB. Grayscale: #A2A2A2. Windows color (decimal): -94444 or 1347582. OLE color: 1347582.
HSL color Cylindrical-coordinate representation of color #FE8F14: hue angle of 31.54º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE8F14 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 20 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.00 |
| HSL | 31.54º | 0.99% | 0.54% | - |
| HSV(B) | 31.54º | 0.92% | 1% | - |
| XYZ | 50.82 | 40.77 | 5.85 | - |
| YUV | 162.17 | 47.77 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 20 | 0 | 0.44 | 0.92 | 0.00 | 31.54 | 0.99 | 0.54 |
| Hex | FE | 8F | 14 | 0 | 2C | 5C | 0 | 20 | 63 | 36 |
| Octal | 376 | 217 | 24 | 0 | 54 | 134 | 0 | 40 | 143 | 66 |
| Binary | 11111110 | 10001111 | 10100 | 0 | 101100 | 1011100 | 0 | 100000 | 1100011 | 110110 |
Color Harmonies of #FE8F14
Complementary color
Monochromatic Colors of #FE8F14
Black with #FE8F14
Text Example
Text Example
White with #FE8F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F14; }
p { color: rgb(254,143,20); }
H1.HeaderClassName
{
color: #FE8F14;
}
.AnyTagClassName
{
color: #FE8F14;
}
</style>
background-color css
<style>
a { background-color: #FE8F14; }
a { background-color: rgb(254,143,20); }
div.DivClassName
{
background-color: #FE8F14;
}
.BgClassName
{
background-color: #FE8F14;
}
</style>
border-color css
<style>
span { border-color: #FE8F14; }
span { border-color: rgb(254,143,20); }
td.TdClassName
{
border-color: #FE8F14;
}
.TagClassName
{
border-color: #FE8F14;
}
</style>