Shades of Dark Tangerine #FF9C16
Tints of Dark Tangerine #FF9C16
RGB
CMYK
RGB Variations
Color information
#FF9C16 (or 0xFF9C16) is known color: Dark Tangerine. HEX triplet: FF, 9C and 16. RGB value is (255,156,22). Sum of RGB (Red+Green+Blue) = 255+156+22=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 156 (61.33% from 255 or 36.03% from 433); Blue value is 22 (8.98% from 255 or 5.08% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9C16 is #0063E9. Grayscale: #AAAAAA. Windows color (decimal): -25578 or 1481983. OLE color: 1481983.
HSL color Cylindrical-coordinate representation of color #FF9C16: hue angle of 34.51º 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 #FF9C16 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 22 | - |
| CMYK | 0 | 0.39 | 0.91 | 0 |
| HSL | 34.51º | 1% | 0.54% | - |
| HSV(B) | 34.51º | 0.91% | 1% | - |
| XYZ | 53.27 | 45.09 | 6.66 | - |
| YUV | 170.33 | 44.3 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 22 | 0 | 0.39 | 0.91 | 0 | 34.51 | 1 | 0.54 |
| Hex | FF | 9C | 16 | 0 | 27 | 5B | 0 | 23 | 64 | 36 |
| Octal | 377 | 234 | 26 | 0 | 47 | 133 | 0 | 43 | 144 | 66 |
| Binary | 11111111 | 10011100 | 10110 | 0 | 100111 | 1011011 | 0 | 100011 | 1100100 | 110110 |
Color Harmonies of #FF9C16
Complementary color
Monochromatic Colors of #FF9C16
Black with #FF9C16
Text Example
Text Example
White with #FF9C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C16; }
p { color: rgb(255,156,22); }
H1.HeaderClassName
{
color: #FF9C16;
}
.AnyTagClassName
{
color: #FF9C16;
}
</style>
background-color css
<style>
a { background-color: #FF9C16; }
a { background-color: rgb(255,156,22); }
div.DivClassName
{
background-color: #FF9C16;
}
.BgClassName
{
background-color: #FF9C16;
}
</style>
border-color css
<style>
span { border-color: #FF9C16; }
span { border-color: rgb(255,156,22); }
td.TdClassName
{
border-color: #FF9C16;
}
.TagClassName
{
border-color: #FF9C16;
}
</style>