Shades of Dark Tangerine #F0A818
Tints of Dark Tangerine #F0A818
RGB
CMYK
RGB Variations
Color information
#F0A818 (or 0xF0A818) is known color: Dark Tangerine. HEX triplet: F0, A8 and 18. RGB value is (240,168,24). Sum of RGB (Red+Green+Blue) = 240+168+24=432 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.56% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 24 (9.77% from 255 or 5.56% from 432); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A818 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A818 is #0F57E7. Grayscale: #ADADAD. Windows color (decimal): -1005544 or 1616112. OLE color: 1616112.
HSL color Cylindrical-coordinate representation of color #F0A818: hue angle of 40º 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 #F0A818 is Cyan = 0, Magento = 0.3, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 24 | - |
| CMYK | 0 | 0.3 | 0.9 | 0.06 |
| HSL | 40º | 0.88% | 0.52% | - |
| HSV(B) | 40º | 0.9% | 0.94% | - |
| XYZ | 50.1 | 46.6 | 7.22 | - |
| YUV | 173.11 | 43.85 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 24 | 0 | 0.3 | 0.9 | 0.06 | 40 | 0.88 | 0.52 |
| Hex | F0 | A8 | 18 | 0 | 1E | 5A | 6 | 28 | 58 | 34 |
| Octal | 360 | 250 | 30 | 0 | 36 | 132 | 6 | 50 | 130 | 64 |
| Binary | 11110000 | 10101000 | 11000 | 0 | 11110 | 1011010 | 110 | 101000 | 1011000 | 110100 |
Color Harmonies of #F0A818
Complementary color
Monochromatic Colors of #F0A818
Black with #F0A818
Text Example
Text Example
White with #F0A818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A818; }
p { color: rgb(240,168,24); }
H1.HeaderClassName
{
color: #F0A818;
}
.AnyTagClassName
{
color: #F0A818;
}
</style>
background-color css
<style>
a { background-color: #F0A818; }
a { background-color: rgb(240,168,24); }
div.DivClassName
{
background-color: #F0A818;
}
.BgClassName
{
background-color: #F0A818;
}
</style>
border-color css
<style>
span { border-color: #F0A818; }
span { border-color: rgb(240,168,24); }
td.TdClassName
{
border-color: #F0A818;
}
.TagClassName
{
border-color: #F0A818;
}
</style>