Shades of Dark Tangerine #FE9E20
Tints of Dark Tangerine #FE9E20
RGB
CMYK
RGB Variations
Color information
#FE9E20 (or 0xFE9E20) is known color: Dark Tangerine. HEX triplet: FE, 9E and 20. RGB value is (254,158,32). Sum of RGB (Red+Green+Blue) = 254+158+32=444 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.21% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE9E20 is #0161DF. Grayscale: #ACACAC. Windows color (decimal): -90592 or 2137854. OLE color: 2137854.
HSL color Cylindrical-coordinate representation of color #FE9E20: hue angle of 34.05º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE9E20 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 32 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.00 |
| HSL | 34.05º | 0.99% | 0.56% | - |
| HSV(B) | 34.05º | 0.87% | 1% | - |
| XYZ | 53.36 | 45.63 | 7.36 | - |
| YUV | 172.34 | 48.8 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 32 | 0 | 0.38 | 0.87 | 0.00 | 34.05 | 0.99 | 0.56 |
| Hex | FE | 9E | 20 | 0 | 26 | 57 | 0 | 22 | 63 | 38 |
| Octal | 376 | 236 | 40 | 0 | 46 | 127 | 0 | 42 | 143 | 70 |
| Binary | 11111110 | 10011110 | 100000 | 0 | 100110 | 1010111 | 0 | 100010 | 1100011 | 111000 |
Color Harmonies of #FE9E20
Complementary color
Monochromatic Colors of #FE9E20
Black with #FE9E20
Text Example
Text Example
White with #FE9E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E20; }
p { color: rgb(254,158,32); }
H1.HeaderClassName
{
color: #FE9E20;
}
.AnyTagClassName
{
color: #FE9E20;
}
</style>
background-color css
<style>
a { background-color: #FE9E20; }
a { background-color: rgb(254,158,32); }
div.DivClassName
{
background-color: #FE9E20;
}
.BgClassName
{
background-color: #FE9E20;
}
</style>
border-color css
<style>
span { border-color: #FE9E20; }
span { border-color: rgb(254,158,32); }
td.TdClassName
{
border-color: #FE9E20;
}
.TagClassName
{
border-color: #FE9E20;
}
</style>