Shades of Dark Tangerine #FF9E13
Tints of Dark Tangerine #FF9E13
RGB
CMYK
RGB Variations
Color information
#FF9E13 (or 0xFF9E13) is known color: Dark Tangerine. HEX triplet: FF, 9E and 13. RGB value is (255,158,19). Sum of RGB (Red+Green+Blue) = 255+158+19=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 19 (7.81% from 255 or 4.40% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9E13 is #0061EC. Grayscale: #ABABAB. Windows color (decimal): -25069 or 1285887. OLE color: 1285887.
HSL color Cylindrical-coordinate representation of color #FF9E13: hue angle of 35.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF9E13 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 19 | - |
| CMYK | 0 | 0.38 | 0.93 | 0 |
| HSL | 35.34º | 1% | 0.54% | - |
| HSV(B) | 35.34º | 0.93% | 1% | - |
| XYZ | 53.58 | 45.76 | 6.62 | - |
| YUV | 171.16 | 42.14 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 19 | 0 | 0.38 | 0.93 | 0 | 35.34 | 1 | 0.54 |
| Hex | FF | 9E | 13 | 0 | 26 | 5D | 0 | 23 | 64 | 36 |
| Octal | 377 | 236 | 23 | 0 | 46 | 135 | 0 | 43 | 144 | 66 |
| Binary | 11111111 | 10011110 | 10011 | 0 | 100110 | 1011101 | 0 | 100011 | 1100100 | 110110 |
Color Harmonies of #FF9E13
Complementary color
Monochromatic Colors of #FF9E13
Black with #FF9E13
Text Example
Text Example
White with #FF9E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E13; }
p { color: rgb(255,158,19); }
H1.HeaderClassName
{
color: #FF9E13;
}
.AnyTagClassName
{
color: #FF9E13;
}
</style>
background-color css
<style>
a { background-color: #FF9E13; }
a { background-color: rgb(255,158,19); }
div.DivClassName
{
background-color: #FF9E13;
}
.BgClassName
{
background-color: #FF9E13;
}
</style>
border-color css
<style>
span { border-color: #FF9E13; }
span { border-color: rgb(255,158,19); }
td.TdClassName
{
border-color: #FF9E13;
}
.TagClassName
{
border-color: #FF9E13;
}
</style>