Shades of Dark Tangerine #F9A516
Tints of Dark Tangerine #F9A516
RGB
CMYK
RGB Variations
Color information
#F9A516 (or 0xF9A516) is known color: Dark Tangerine. HEX triplet: F9, A5 and 16. RGB value is (249,165,22). Sum of RGB (Red+Green+Blue) = 249+165+22=436 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.11% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 22 (8.98% from 255 or 5.05% from 436); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A516 is #065AE9. Grayscale: #AEAEAE. Windows color (decimal): -416490 or 1484281. OLE color: 1484281.
HSL color Cylindrical-coordinate representation of color #F9A516: hue angle of 37.8º 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 #F9A516 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 165 | 22 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.02 |
| HSL | 37.8º | 0.95% | 0.53% | - |
| HSV(B) | 37.8º | 0.91% | 0.98% | - |
| XYZ | 52.67 | 47.11 | 7.08 | - |
| YUV | 173.81 | 42.33 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 165 | 22 | 0 | 0.34 | 0.91 | 0.02 | 37.8 | 0.95 | 0.53 |
| Hex | F9 | A5 | 16 | 0 | 22 | 5B | 2 | 26 | 5F | 35 |
| Octal | 371 | 245 | 26 | 0 | 42 | 133 | 2 | 46 | 137 | 65 |
| Binary | 11111001 | 10100101 | 10110 | 0 | 100010 | 1011011 | 10 | 100110 | 1011111 | 110101 |
Color Harmonies of #F9A516
Complementary color
Monochromatic Colors of #F9A516
Black with #F9A516
Text Example
Text Example
White with #F9A516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A516; }
p { color: rgb(249,165,22); }
H1.HeaderClassName
{
color: #F9A516;
}
.AnyTagClassName
{
color: #F9A516;
}
</style>
background-color css
<style>
a { background-color: #F9A516; }
a { background-color: rgb(249,165,22); }
div.DivClassName
{
background-color: #F9A516;
}
.BgClassName
{
background-color: #F9A516;
}
</style>
border-color css
<style>
span { border-color: #F9A516; }
span { border-color: rgb(249,165,22); }
td.TdClassName
{
border-color: #F9A516;
}
.TagClassName
{
border-color: #F9A516;
}
</style>