Shades of Dark Tangerine #F2A012
Tints of Dark Tangerine #F2A012
RGB
CMYK
RGB Variations
Color information
#F2A012 (or 0xF2A012) is known color: Dark Tangerine. HEX triplet: F2, A0 and 12. RGB value is (242,160,18). Sum of RGB (Red+Green+Blue) = 242+160+18=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A012 is #0D5FED. Grayscale: #A8A8A8. Windows color (decimal): -876526 or 1220850. OLE color: 1220850.
HSL color Cylindrical-coordinate representation of color #F2A012: hue angle of 38.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2A012 is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 18 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.05 |
| HSL | 38.04º | 0.9% | 0.51% | - |
| HSV(B) | 38.04º | 0.93% | 0.95% | - |
| XYZ | 49.3 | 44.06 | 6.48 | - |
| YUV | 168.33 | 43.17 | 180.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 18 | 0 | 0.34 | 0.93 | 0.05 | 38.04 | 0.9 | 0.51 |
| Hex | F2 | A0 | 12 | 0 | 22 | 5D | 5 | 26 | 5A | 33 |
| Octal | 362 | 240 | 22 | 0 | 42 | 135 | 5 | 46 | 132 | 63 |
| Binary | 11110010 | 10100000 | 10010 | 0 | 100010 | 1011101 | 101 | 100110 | 1011010 | 110011 |
Color Harmonies of #F2A012
Complementary color
Monochromatic Colors of #F2A012
Black with #F2A012
Text Example
Text Example
White with #F2A012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A012; }
p { color: rgb(242,160,18); }
H1.HeaderClassName
{
color: #F2A012;
}
.AnyTagClassName
{
color: #F2A012;
}
</style>
background-color css
<style>
a { background-color: #F2A012; }
a { background-color: rgb(242,160,18); }
div.DivClassName
{
background-color: #F2A012;
}
.BgClassName
{
background-color: #F2A012;
}
</style>
border-color css
<style>
span { border-color: #F2A012; }
span { border-color: rgb(242,160,18); }
td.TdClassName
{
border-color: #F2A012;
}
.TagClassName
{
border-color: #F2A012;
}
</style>