Shades of Dark Tangerine #F0A819
Tints of Dark Tangerine #F0A819
RGB
CMYK
RGB Variations
Color information
#F0A819 (or 0xF0A819) is known color: Dark Tangerine. HEX triplet: F0, A8 and 19. RGB value is (240,168,25). Sum of RGB (Red+Green+Blue) = 240+168+25=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A819 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A819 is #0F57E6. Grayscale: #ADADAD. Windows color (decimal): -1005543 or 1681648. OLE color: 1681648.
HSL color Cylindrical-coordinate representation of color #F0A819: hue angle of 39.91º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0A819 is Cyan = 0, Magento = 0.3, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 25 | - |
| CMYK | 0 | 0.3 | 0.90 | 0.06 |
| HSL | 39.91º | 0.88% | 0.52% | - |
| HSV(B) | 39.91º | 0.9% | 0.94% | - |
| XYZ | 50.11 | 46.6 | 7.27 | - |
| YUV | 173.23 | 44.35 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 25 | 0 | 0.3 | 0.90 | 0.06 | 39.91 | 0.88 | 0.52 |
| Hex | F0 | A8 | 19 | 0 | 1E | 5A | 6 | 28 | 58 | 34 |
| Octal | 360 | 250 | 31 | 0 | 36 | 132 | 6 | 50 | 130 | 64 |
| Binary | 11110000 | 10101000 | 11001 | 0 | 11110 | 1011010 | 110 | 101000 | 1011000 | 110100 |
Color Harmonies of #F0A819
Complementary color
Monochromatic Colors of #F0A819
Black with #F0A819
Text Example
Text Example
White with #F0A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A819; }
p { color: rgb(240,168,25); }
H1.HeaderClassName
{
color: #F0A819;
}
.AnyTagClassName
{
color: #F0A819;
}
</style>
background-color css
<style>
a { background-color: #F0A819; }
a { background-color: rgb(240,168,25); }
div.DivClassName
{
background-color: #F0A819;
}
.BgClassName
{
background-color: #F0A819;
}
</style>
border-color css
<style>
span { border-color: #F0A819; }
span { border-color: rgb(240,168,25); }
td.TdClassName
{
border-color: #F0A819;
}
.TagClassName
{
border-color: #F0A819;
}
</style>