Shades of Dark Tangerine #FF9E16
Tints of Dark Tangerine #FF9E16
RGB
CMYK
RGB Variations
Color information
#FF9E16 (or 0xFF9E16) is known color: Dark Tangerine. HEX triplet: FF, 9E and 16. RGB value is (255,158,22). Sum of RGB (Red+Green+Blue) = 255+158+22=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 22 (8.98% from 255 or 5.06% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9E16 is #0061E9. Grayscale: #ACACAC. Windows color (decimal): -25066 or 1482495. OLE color: 1482495.
HSL color Cylindrical-coordinate representation of color #FF9E16: hue angle of 35.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF9E16 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 22 | - |
| CMYK | 0 | 0.38 | 0.91 | 0 |
| HSL | 35.02º | 1% | 0.54% | - |
| HSV(B) | 35.02º | 0.91% | 1% | - |
| XYZ | 53.61 | 45.77 | 6.77 | - |
| YUV | 171.5 | 43.64 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 22 | 0 | 0.38 | 0.91 | 0 | 35.02 | 1 | 0.54 |
| Hex | FF | 9E | 16 | 0 | 26 | 5B | 0 | 23 | 64 | 36 |
| Octal | 377 | 236 | 26 | 0 | 46 | 133 | 0 | 43 | 144 | 66 |
| Binary | 11111111 | 10011110 | 10110 | 0 | 100110 | 1011011 | 0 | 100011 | 1100100 | 110110 |
Color Harmonies of #FF9E16
Complementary color
Monochromatic Colors of #FF9E16
Black with #FF9E16
Text Example
Text Example
White with #FF9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E16; }
p { color: rgb(255,158,22); }
H1.HeaderClassName
{
color: #FF9E16;
}
.AnyTagClassName
{
color: #FF9E16;
}
</style>
background-color css
<style>
a { background-color: #FF9E16; }
a { background-color: rgb(255,158,22); }
div.DivClassName
{
background-color: #FF9E16;
}
.BgClassName
{
background-color: #FF9E16;
}
</style>
border-color css
<style>
span { border-color: #FF9E16; }
span { border-color: rgb(255,158,22); }
td.TdClassName
{
border-color: #FF9E16;
}
.TagClassName
{
border-color: #FF9E16;
}
</style>