Shades of Dark Tangerine #FE9F0E
Tints of Dark Tangerine #FE9F0E
RGB
CMYK
RGB Variations
Color information
#FE9F0E (or 0xFE9F0E) is known color: Dark Tangerine. HEX triplet: FE, 9F and 0E. RGB value is (254,159,14). Sum of RGB (Red+Green+Blue) = 254+159+14=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 14 (5.86% from 255 or 3.28% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9F0E is #0160F1. Grayscale: #ABABAB. Windows color (decimal): -90354 or 958462. OLE color: 958462.
HSL color Cylindrical-coordinate representation of color #FE9F0E: hue angle of 36.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE9F0E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 14 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.00 |
| HSL | 36.25º | 0.99% | 0.53% | - |
| HSV(B) | 36.25º | 0.94% | 1% | - |
| XYZ | 53.35 | 45.9 | 6.46 | - |
| YUV | 170.88 | 39.47 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 14 | 0 | 0.37 | 0.94 | 0.00 | 36.25 | 0.99 | 0.53 |
| Hex | FE | 9F | E | 0 | 25 | 5E | 0 | 24 | 63 | 35 |
| Octal | 376 | 237 | 16 | 0 | 45 | 136 | 0 | 44 | 143 | 65 |
| Binary | 11111110 | 10011111 | 1110 | 0 | 100101 | 1011110 | 0 | 100100 | 1100011 | 110101 |
Color Harmonies of #FE9F0E
Complementary color
Monochromatic Colors of #FE9F0E
Black with #FE9F0E
Text Example
Text Example
White with #FE9F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F0E; }
p { color: rgb(254,159,14); }
H1.HeaderClassName
{
color: #FE9F0E;
}
.AnyTagClassName
{
color: #FE9F0E;
}
</style>
background-color css
<style>
a { background-color: #FE9F0E; }
a { background-color: rgb(254,159,14); }
div.DivClassName
{
background-color: #FE9F0E;
}
.BgClassName
{
background-color: #FE9F0E;
}
</style>
border-color css
<style>
span { border-color: #FE9F0E; }
span { border-color: rgb(254,159,14); }
td.TdClassName
{
border-color: #FE9F0E;
}
.TagClassName
{
border-color: #FE9F0E;
}
</style>