Shades of Dark Tangerine #FE9E0F
Tints of Dark Tangerine #FE9E0F
RGB
CMYK
RGB Variations
Color information
#FE9E0F (or 0xFE9E0F) is known color: Dark Tangerine. HEX triplet: FE, 9E and 0F. RGB value is (254,158,15). Sum of RGB (Red+Green+Blue) = 254+158+15=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9E0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9E0F is #0161F0. Grayscale: #ABABAB. Windows color (decimal): -90609 or 1023742. OLE color: 1023742.
HSL color Cylindrical-coordinate representation of color #FE9E0F: hue angle of 35.9º 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 #FE9E0F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.00 |
| HSL | 35.9º | 0.99% | 0.53% | - |
| HSV(B) | 35.9º | 0.94% | 1% | - |
| XYZ | 53.19 | 45.56 | 6.44 | - |
| YUV | 170.4 | 40.3 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 15 | 0 | 0.38 | 0.94 | 0.00 | 35.9 | 0.99 | 0.53 |
| Hex | FE | 9E | F | 0 | 26 | 5E | 0 | 24 | 63 | 35 |
| Octal | 376 | 236 | 17 | 0 | 46 | 136 | 0 | 44 | 143 | 65 |
| Binary | 11111110 | 10011110 | 1111 | 0 | 100110 | 1011110 | 0 | 100100 | 1100011 | 110101 |
Color Harmonies of #FE9E0F
Complementary color
Monochromatic Colors of #FE9E0F
Black with #FE9E0F
Text Example
Text Example
White with #FE9E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9E0F; }
p { color: rgb(254,158,15); }
H1.HeaderClassName
{
color: #FE9E0F;
}
.AnyTagClassName
{
color: #FE9E0F;
}
</style>
background-color css
<style>
a { background-color: #FE9E0F; }
a { background-color: rgb(254,158,15); }
div.DivClassName
{
background-color: #FE9E0F;
}
.BgClassName
{
background-color: #FE9E0F;
}
</style>
border-color css
<style>
span { border-color: #FE9E0F; }
span { border-color: rgb(254,158,15); }
td.TdClassName
{
border-color: #FE9E0F;
}
.TagClassName
{
border-color: #FE9E0F;
}
</style>