Shades of Dark Tangerine #F0A616
Tints of Dark Tangerine #F0A616
RGB
CMYK
RGB Variations
Color information
#F0A616 (or 0xF0A616) is known color: Dark Tangerine. HEX triplet: F0, A6 and 16. RGB value is (240,166,22). Sum of RGB (Red+Green+Blue) = 240+166+22=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 22 (8.98% from 255 or 5.14% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A616 is #0F59E9. Grayscale: #ACACAC. Windows color (decimal): -1006058 or 1484528. OLE color: 1484528.
HSL color Cylindrical-coordinate representation of color #F0A616: hue angle of 39.63º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0A616 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 166 | 22 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.06 |
| HSL | 39.63º | 0.88% | 0.51% | - |
| HSV(B) | 39.63º | 0.91% | 0.94% | - |
| XYZ | 49.72 | 45.86 | 6.99 | - |
| YUV | 171.71 | 43.52 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 22 | 0 | 0.31 | 0.91 | 0.06 | 39.63 | 0.88 | 0.51 |
| Hex | F0 | A6 | 16 | 0 | 1F | 5B | 6 | 28 | 58 | 33 |
| Octal | 360 | 246 | 26 | 0 | 37 | 133 | 6 | 50 | 130 | 63 |
| Binary | 11110000 | 10100110 | 10110 | 0 | 11111 | 1011011 | 110 | 101000 | 1011000 | 110011 |
Color Harmonies of #F0A616
Complementary color
Monochromatic Colors of #F0A616
Black with #F0A616
Text Example
Text Example
White with #F0A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A616; }
p { color: rgb(240,166,22); }
H1.HeaderClassName
{
color: #F0A616;
}
.AnyTagClassName
{
color: #F0A616;
}
</style>
background-color css
<style>
a { background-color: #F0A616; }
a { background-color: rgb(240,166,22); }
div.DivClassName
{
background-color: #F0A616;
}
.BgClassName
{
background-color: #F0A616;
}
</style>
border-color css
<style>
span { border-color: #F0A616; }
span { border-color: rgb(240,166,22); }
td.TdClassName
{
border-color: #F0A616;
}
.TagClassName
{
border-color: #F0A616;
}
</style>