Shades of Dark Tangerine #FF9D16
Tints of Dark Tangerine #FF9D16
RGB
CMYK
RGB Variations
Color information
#FF9D16 (or 0xFF9D16) is known color: Dark Tangerine. HEX triplet: FF, 9D and 16. RGB value is (255,157,22). Sum of RGB (Red+Green+Blue) = 255+157+22=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 22 (8.98% from 255 or 5.07% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9D16 is #0062E9. Grayscale: #ABABAB. Windows color (decimal): -25322 or 1482239. OLE color: 1482239.
HSL color Cylindrical-coordinate representation of color #FF9D16: hue angle of 34.76º 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 #FF9D16 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 22 | - |
| CMYK | 0 | 0.38 | 0.91 | 0 |
| HSL | 34.76º | 1% | 0.54% | - |
| HSV(B) | 34.76º | 0.91% | 1% | - |
| XYZ | 53.44 | 45.43 | 6.71 | - |
| YUV | 170.91 | 43.97 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 22 | 0 | 0.38 | 0.91 | 0 | 34.76 | 1 | 0.54 |
| Hex | FF | 9D | 16 | 0 | 26 | 5B | 0 | 23 | 64 | 36 |
| Octal | 377 | 235 | 26 | 0 | 46 | 133 | 0 | 43 | 144 | 66 |
| Binary | 11111111 | 10011101 | 10110 | 0 | 100110 | 1011011 | 0 | 100011 | 1100100 | 110110 |
Color Harmonies of #FF9D16
Complementary color
Monochromatic Colors of #FF9D16
Black with #FF9D16
Text Example
Text Example
White with #FF9D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D16; }
p { color: rgb(255,157,22); }
H1.HeaderClassName
{
color: #FF9D16;
}
.AnyTagClassName
{
color: #FF9D16;
}
</style>
background-color css
<style>
a { background-color: #FF9D16; }
a { background-color: rgb(255,157,22); }
div.DivClassName
{
background-color: #FF9D16;
}
.BgClassName
{
background-color: #FF9D16;
}
</style>
border-color css
<style>
span { border-color: #FF9D16; }
span { border-color: rgb(255,157,22); }
td.TdClassName
{
border-color: #FF9D16;
}
.TagClassName
{
border-color: #FF9D16;
}
</style>