Shades of Dark Tangerine #F0A416
Tints of Dark Tangerine #F0A416
RGB
CMYK
RGB Variations
Color information
#F0A416 (or 0xF0A416) is known color: Dark Tangerine. HEX triplet: F0, A4 and 16. RGB value is (240,164,22). Sum of RGB (Red+Green+Blue) = 240+164+22=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 22 (8.98% from 255 or 5.16% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A416 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A416 is #0F5BE9. Grayscale: #ABABAB. Windows color (decimal): -1006570 or 1484016. OLE color: 1484016.
HSL color Cylindrical-coordinate representation of color #F0A416: hue angle of 39.08º 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 #F0A416 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 164 | 22 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.06 |
| HSL | 39.08º | 0.88% | 0.51% | - |
| HSV(B) | 39.08º | 0.91% | 0.94% | - |
| XYZ | 49.36 | 45.13 | 6.87 | - |
| YUV | 170.54 | 44.18 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 164 | 22 | 0 | 0.32 | 0.91 | 0.06 | 39.08 | 0.88 | 0.51 |
| Hex | F0 | A4 | 16 | 0 | 20 | 5B | 6 | 27 | 58 | 33 |
| Octal | 360 | 244 | 26 | 0 | 40 | 133 | 6 | 47 | 130 | 63 |
| Binary | 11110000 | 10100100 | 10110 | 0 | 100000 | 1011011 | 110 | 100111 | 1011000 | 110011 |
Color Harmonies of #F0A416
Complementary color
Monochromatic Colors of #F0A416
Black with #F0A416
Text Example
Text Example
White with #F0A416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A416; }
p { color: rgb(240,164,22); }
H1.HeaderClassName
{
color: #F0A416;
}
.AnyTagClassName
{
color: #F0A416;
}
</style>
background-color css
<style>
a { background-color: #F0A416; }
a { background-color: rgb(240,164,22); }
div.DivClassName
{
background-color: #F0A416;
}
.BgClassName
{
background-color: #F0A416;
}
</style>
border-color css
<style>
span { border-color: #F0A416; }
span { border-color: rgb(240,164,22); }
td.TdClassName
{
border-color: #F0A416;
}
.TagClassName
{
border-color: #F0A416;
}
</style>