Shades of Dark Tangerine #F2AB19
Tints of Dark Tangerine #F2AB19
RGB
CMYK
RGB Variations
Color information
#F2AB19 (or 0xF2AB19) is known color: Dark Tangerine. HEX triplet: F2, AB and 19. RGB value is (242,171,25). Sum of RGB (Red+Green+Blue) = 242+171+25=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 25 (10.16% from 255 or 5.71% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AB19 is #0D54E6. Grayscale: #B0B0B0. Windows color (decimal): -873703 or 1682418. OLE color: 1682418.
HSL color Cylindrical-coordinate representation of color #F2AB19: hue angle of 40.37º 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 #F2AB19 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 25 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.05 |
| HSL | 40.37º | 0.89% | 0.52% | - |
| HSV(B) | 40.37º | 0.9% | 0.95% | - |
| XYZ | 51.36 | 48.07 | 7.49 | - |
| YUV | 175.59 | 43.02 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 25 | 0 | 0.29 | 0.90 | 0.05 | 40.37 | 0.89 | 0.52 |
| Hex | F2 | AB | 19 | 0 | 1D | 5A | 5 | 28 | 59 | 34 |
| Octal | 362 | 253 | 31 | 0 | 35 | 132 | 5 | 50 | 131 | 64 |
| Binary | 11110010 | 10101011 | 11001 | 0 | 11101 | 1011010 | 101 | 101000 | 1011001 | 110100 |
Color Harmonies of #F2AB19
Complementary color
Monochromatic Colors of #F2AB19
Black with #F2AB19
Text Example
Text Example
White with #F2AB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB19; }
p { color: rgb(242,171,25); }
H1.HeaderClassName
{
color: #F2AB19;
}
.AnyTagClassName
{
color: #F2AB19;
}
</style>
background-color css
<style>
a { background-color: #F2AB19; }
a { background-color: rgb(242,171,25); }
div.DivClassName
{
background-color: #F2AB19;
}
.BgClassName
{
background-color: #F2AB19;
}
</style>
border-color css
<style>
span { border-color: #F2AB19; }
span { border-color: rgb(242,171,25); }
td.TdClassName
{
border-color: #F2AB19;
}
.TagClassName
{
border-color: #F2AB19;
}
</style>