Shades of Dark Tangerine #F9AD16
Tints of Dark Tangerine #F9AD16
RGB
CMYK
RGB Variations
Color information
#F9AD16 (or 0xF9AD16) is known color: Dark Tangerine. HEX triplet: F9, AD and 16. RGB value is (249,173,22). Sum of RGB (Red+Green+Blue) = 249+173+22=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 22 (8.98% from 255 or 4.95% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AD16 is #0652E9. Grayscale: #B3B3B3. Windows color (decimal): -414442 or 1486329. OLE color: 1486329.
HSL color Cylindrical-coordinate representation of color #F9AD16: hue angle of 39.91º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F9AD16 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 22 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.02 |
| HSL | 39.91º | 0.95% | 0.53% | - |
| HSV(B) | 39.91º | 0.91% | 0.98% | - |
| XYZ | 54.16 | 50.08 | 7.57 | - |
| YUV | 178.51 | 39.68 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 22 | 0 | 0.31 | 0.91 | 0.02 | 39.91 | 0.95 | 0.53 |
| Hex | F9 | AD | 16 | 0 | 1F | 5B | 2 | 28 | 5F | 35 |
| Octal | 371 | 255 | 26 | 0 | 37 | 133 | 2 | 50 | 137 | 65 |
| Binary | 11111001 | 10101101 | 10110 | 0 | 11111 | 1011011 | 10 | 101000 | 1011111 | 110101 |
Color Harmonies of #F9AD16
Complementary color
Monochromatic Colors of #F9AD16
Black with #F9AD16
Text Example
Text Example
White with #F9AD16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD16; }
p { color: rgb(249,173,22); }
H1.HeaderClassName
{
color: #F9AD16;
}
.AnyTagClassName
{
color: #F9AD16;
}
</style>
background-color css
<style>
a { background-color: #F9AD16; }
a { background-color: rgb(249,173,22); }
div.DivClassName
{
background-color: #F9AD16;
}
.BgClassName
{
background-color: #F9AD16;
}
</style>
border-color css
<style>
span { border-color: #F9AD16; }
span { border-color: rgb(249,173,22); }
td.TdClassName
{
border-color: #F9AD16;
}
.TagClassName
{
border-color: #F9AD16;
}
</style>