Shades of Dark Tangerine #FE9F1E
Tints of Dark Tangerine #FE9F1E
RGB
CMYK
RGB Variations
Color information
#FE9F1E (or 0xFE9F1E) is known color: Dark Tangerine. HEX triplet: FE, 9F and 1E. RGB value is (254,159,30). Sum of RGB (Red+Green+Blue) = 254+159+30=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 30 (12.11% from 255 or 6.77% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9F1E is #0160E1. Grayscale: #ADADAD. Windows color (decimal): -90338 or 2007038. OLE color: 2007038.
HSL color Cylindrical-coordinate representation of color #FE9F1E: hue angle of 34.55º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE9F1E is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 159 | 30 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.00 |
| HSL | 34.55º | 0.99% | 0.56% | - |
| HSV(B) | 34.55º | 0.88% | 1% | - |
| XYZ | 53.51 | 45.96 | 7.28 | - |
| YUV | 172.7 | 47.47 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 159 | 30 | 0 | 0.37 | 0.88 | 0.00 | 34.55 | 0.99 | 0.56 |
| Hex | FE | 9F | 1E | 0 | 25 | 58 | 0 | 23 | 63 | 38 |
| Octal | 376 | 237 | 36 | 0 | 45 | 130 | 0 | 43 | 143 | 70 |
| Binary | 11111110 | 10011111 | 11110 | 0 | 100101 | 1011000 | 0 | 100011 | 1100011 | 111000 |
Color Harmonies of #FE9F1E
Complementary color
Monochromatic Colors of #FE9F1E
Black with #FE9F1E
Text Example
Text Example
White with #FE9F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9F1E; }
p { color: rgb(254,159,30); }
H1.HeaderClassName
{
color: #FE9F1E;
}
.AnyTagClassName
{
color: #FE9F1E;
}
</style>
background-color css
<style>
a { background-color: #FE9F1E; }
a { background-color: rgb(254,159,30); }
div.DivClassName
{
background-color: #FE9F1E;
}
.BgClassName
{
background-color: #FE9F1E;
}
</style>
border-color css
<style>
span { border-color: #FE9F1E; }
span { border-color: rgb(254,159,30); }
td.TdClassName
{
border-color: #FE9F1E;
}
.TagClassName
{
border-color: #FE9F1E;
}
</style>