Shades of Dark Orange #FE8F13
Tints of Dark Orange #FE8F13
RGB
CMYK
RGB Variations
Color information
#FE8F13 (or 0xFE8F13) is known color: Dark Orange. HEX triplet: FE, 8F and 13. RGB value is (254,143,19). Sum of RGB (Red+Green+Blue) = 254+143+19=416 (55% of max value = 765). Red value is 254 (99.61% from 255 or 61.06% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8F13 is #0170EC. Grayscale: #A2A2A2. Windows color (decimal): -94445 or 1282046. OLE color: 1282046.
HSL color Cylindrical-coordinate representation of color #FE8F13: hue angle of 31.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE8F13 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 143 | 19 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.00 |
| HSL | 31.66º | 0.99% | 0.54% | - |
| HSV(B) | 31.66º | 0.93% | 1% | - |
| XYZ | 50.81 | 40.76 | 5.81 | - |
| YUV | 162.05 | 47.27 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 143 | 19 | 0 | 0.44 | 0.93 | 0.00 | 31.66 | 0.99 | 0.54 |
| Hex | FE | 8F | 13 | 0 | 2C | 5D | 0 | 20 | 63 | 36 |
| Octal | 376 | 217 | 23 | 0 | 54 | 135 | 0 | 40 | 143 | 66 |
| Binary | 11111110 | 10001111 | 10011 | 0 | 101100 | 1011101 | 0 | 100000 | 1100011 | 110110 |
Color Harmonies of #FE8F13
Complementary color
Monochromatic Colors of #FE8F13
Black with #FE8F13
Text Example
Text Example
White with #FE8F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8F13; }
p { color: rgb(254,143,19); }
H1.HeaderClassName
{
color: #FE8F13;
}
.AnyTagClassName
{
color: #FE8F13;
}
</style>
background-color css
<style>
a { background-color: #FE8F13; }
a { background-color: rgb(254,143,19); }
div.DivClassName
{
background-color: #FE8F13;
}
.BgClassName
{
background-color: #FE8F13;
}
</style>
border-color css
<style>
span { border-color: #FE8F13; }
span { border-color: rgb(254,143,19); }
td.TdClassName
{
border-color: #FE8F13;
}
.TagClassName
{
border-color: #FE8F13;
}
</style>