Shades of Dark Tangerine #F0A80A
Tints of Dark Tangerine #F0A80A
RGB
CMYK
RGB Variations
Color information
#F0A80A (or 0xF0A80A) is known color: Dark Tangerine. HEX triplet: F0, A8 and 0A. RGB value is (240,168,10). Sum of RGB (Red+Green+Blue) = 240+168+10=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 168 (66.02% from 255 or 40.19% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A80A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0A80A is #0F57F5. Grayscale: #ACACAC. Windows color (decimal): -1005558 or 698608. OLE color: 698608.
HSL color Cylindrical-coordinate representation of color #F0A80A: hue angle of 41.22º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0A80A is Cyan = 0, Magento = 0.3, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 10 | - |
| CMYK | 0 | 0.3 | 0.96 | 0.06 |
| HSL | 41.22º | 0.92% | 0.49% | - |
| HSV(B) | 41.22º | 0.96% | 0.94% | - |
| XYZ | 49.99 | 46.55 | 6.64 | - |
| YUV | 171.52 | 36.85 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 10 | 0 | 0.3 | 0.96 | 0.06 | 41.22 | 0.92 | 0.49 |
| Hex | F0 | A8 | A | 0 | 1E | 60 | 6 | 29 | 5C | 31 |
| Octal | 360 | 250 | 12 | 0 | 36 | 140 | 6 | 51 | 134 | 61 |
| Binary | 11110000 | 10101000 | 1010 | 0 | 11110 | 1100000 | 110 | 101001 | 1011100 | 110001 |
Color Harmonies of #F0A80A
Complementary color
Monochromatic Colors of #F0A80A
Black with #F0A80A
Text Example
Text Example
White with #F0A80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A80A; }
p { color: rgb(240,168,10); }
H1.HeaderClassName
{
color: #F0A80A;
}
.AnyTagClassName
{
color: #F0A80A;
}
</style>
background-color css
<style>
a { background-color: #F0A80A; }
a { background-color: rgb(240,168,10); }
div.DivClassName
{
background-color: #F0A80A;
}
.BgClassName
{
background-color: #F0A80A;
}
</style>
border-color css
<style>
span { border-color: #F0A80A; }
span { border-color: rgb(240,168,10); }
td.TdClassName
{
border-color: #F0A80A;
}
.TagClassName
{
border-color: #F0A80A;
}
</style>