Shades of Dark Tangerine #F2AA19
Tints of Dark Tangerine #F2AA19
RGB
CMYK
RGB Variations
Color information
#F2AA19 (or 0xF2AA19) is known color: Dark Tangerine. HEX triplet: F2, AA and 19. RGB value is (242,170,25). Sum of RGB (Red+Green+Blue) = 242+170+25=437 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.38% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 25 (10.16% from 255 or 5.72% from 437); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AA19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AA19 is #0D55E6. Grayscale: #AFAFAF. Windows color (decimal): -873959 or 1682162. OLE color: 1682162.
HSL color Cylindrical-coordinate representation of color #F2AA19: hue angle of 40.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F2AA19 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 170 | 25 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.05 |
| HSL | 40.09º | 0.89% | 0.52% | - |
| HSV(B) | 40.09º | 0.9% | 0.95% | - |
| XYZ | 51.17 | 47.7 | 7.43 | - |
| YUV | 175 | 43.35 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 170 | 25 | 0 | 0.30 | 0.90 | 0.05 | 40.09 | 0.89 | 0.52 |
| Hex | F2 | AA | 19 | 0 | 1E | 5A | 5 | 28 | 59 | 34 |
| Octal | 362 | 252 | 31 | 0 | 36 | 132 | 5 | 50 | 131 | 64 |
| Binary | 11110010 | 10101010 | 11001 | 0 | 11110 | 1011010 | 101 | 101000 | 1011001 | 110100 |
Color Harmonies of #F2AA19
Complementary color
Monochromatic Colors of #F2AA19
Black with #F2AA19
Text Example
Text Example
White with #F2AA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AA19; }
p { color: rgb(242,170,25); }
H1.HeaderClassName
{
color: #F2AA19;
}
.AnyTagClassName
{
color: #F2AA19;
}
</style>
background-color css
<style>
a { background-color: #F2AA19; }
a { background-color: rgb(242,170,25); }
div.DivClassName
{
background-color: #F2AA19;
}
.BgClassName
{
background-color: #F2AA19;
}
</style>
border-color css
<style>
span { border-color: #F2AA19; }
span { border-color: rgb(242,170,25); }
td.TdClassName
{
border-color: #F2AA19;
}
.TagClassName
{
border-color: #F2AA19;
}
</style>