Shades of Dark Tangerine #FF9A16
Tints of Dark Tangerine #FF9A16
RGB
CMYK
RGB Variations
Color information
#FF9A16 (or 0xFF9A16) is known color: Dark Tangerine. HEX triplet: FF, 9A and 16. RGB value is (255,154,22). Sum of RGB (Red+Green+Blue) = 255+154+22=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A16 is #0065E9. Grayscale: #A9A9A9. Windows color (decimal): -26090 or 1481471. OLE color: 1481471.
HSL color Cylindrical-coordinate representation of color #FF9A16: hue angle of 33.99º 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 #FF9A16 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 22 | - |
| CMYK | 0 | 0.40 | 0.91 | 0 |
| HSL | 33.99º | 1% | 0.54% | - |
| HSV(B) | 33.99º | 0.91% | 1% | - |
| XYZ | 52.94 | 44.43 | 6.54 | - |
| YUV | 169.15 | 44.96 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 22 | 0 | 0.40 | 0.91 | 0 | 33.99 | 1 | 0.54 |
| Hex | FF | 9A | 16 | 0 | 28 | 5B | 0 | 22 | 64 | 36 |
| Octal | 377 | 232 | 26 | 0 | 50 | 133 | 0 | 42 | 144 | 66 |
| Binary | 11111111 | 10011010 | 10110 | 0 | 101000 | 1011011 | 0 | 100010 | 1100100 | 110110 |
Color Harmonies of #FF9A16
Complementary color
Monochromatic Colors of #FF9A16
Black with #FF9A16
Text Example
Text Example
White with #FF9A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A16; }
p { color: rgb(255,154,22); }
H1.HeaderClassName
{
color: #FF9A16;
}
.AnyTagClassName
{
color: #FF9A16;
}
</style>
background-color css
<style>
a { background-color: #FF9A16; }
a { background-color: rgb(255,154,22); }
div.DivClassName
{
background-color: #FF9A16;
}
.BgClassName
{
background-color: #FF9A16;
}
</style>
border-color css
<style>
span { border-color: #FF9A16; }
span { border-color: rgb(255,154,22); }
td.TdClassName
{
border-color: #FF9A16;
}
.TagClassName
{
border-color: #FF9A16;
}
</style>