Shades of Dark Tangerine #FF9616
Tints of Dark Tangerine #FF9616
RGB
CMYK
RGB Variations
Color information
#FF9616 (or 0xFF9616) is known color: Dark Tangerine. HEX triplet: FF, 96 and 16. RGB value is (255,150,22). Sum of RGB (Red+Green+Blue) = 255+150+22=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9616 is #0069E9. Grayscale: #A7A7A7. Windows color (decimal): -27114 or 1480447. OLE color: 1480447.
HSL color Cylindrical-coordinate representation of color #FF9616: hue angle of 32.96º 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 #FF9616 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 22 | - |
| CMYK | 0 | 0.41 | 0.91 | 0 |
| HSL | 32.96º | 1% | 0.54% | - |
| HSV(B) | 32.96º | 0.91% | 1% | - |
| XYZ | 52.29 | 43.13 | 6.33 | - |
| YUV | 166.8 | 46.29 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 22 | 0 | 0.41 | 0.91 | 0 | 32.96 | 1 | 0.54 |
| Hex | FF | 96 | 16 | 0 | 29 | 5B | 0 | 21 | 64 | 36 |
| Octal | 377 | 226 | 26 | 0 | 51 | 133 | 0 | 41 | 144 | 66 |
| Binary | 11111111 | 10010110 | 10110 | 0 | 101001 | 1011011 | 0 | 100001 | 1100100 | 110110 |
Color Harmonies of #FF9616
Complementary color
Monochromatic Colors of #FF9616
Black with #FF9616
Text Example
Text Example
White with #FF9616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9616; }
p { color: rgb(255,150,22); }
H1.HeaderClassName
{
color: #FF9616;
}
.AnyTagClassName
{
color: #FF9616;
}
</style>
background-color css
<style>
a { background-color: #FF9616; }
a { background-color: rgb(255,150,22); }
div.DivClassName
{
background-color: #FF9616;
}
.BgClassName
{
background-color: #FF9616;
}
</style>
border-color css
<style>
span { border-color: #FF9616; }
span { border-color: rgb(255,150,22); }
td.TdClassName
{
border-color: #FF9616;
}
.TagClassName
{
border-color: #FF9616;
}
</style>