Shades of Dark Tangerine #F2A019
Tints of Dark Tangerine #F2A019
RGB
CMYK
RGB Variations
Color information
#F2A019 (or 0xF2A019) is known color: Dark Tangerine. HEX triplet: F2, A0 and 19. RGB value is (242,160,25). Sum of RGB (Red+Green+Blue) = 242+160+25=427 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.67% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 25 (10.16% from 255 or 5.85% from 427); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A019 is #0D5FE6. Grayscale: #A9A9A9. Windows color (decimal): -876519 or 1679602. OLE color: 1679602.
HSL color Cylindrical-coordinate representation of color #F2A019: hue angle of 37.33º 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 #F2A019 is Cyan = 0, Magento = 0.34, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 160 | 25 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.05 |
| HSL | 37.33º | 0.89% | 0.52% | - |
| HSV(B) | 37.33º | 0.9% | 0.95% | - |
| XYZ | 49.36 | 44.09 | 6.83 | - |
| YUV | 169.13 | 46.67 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 160 | 25 | 0 | 0.34 | 0.90 | 0.05 | 37.33 | 0.89 | 0.52 |
| Hex | F2 | A0 | 19 | 0 | 22 | 5A | 5 | 25 | 59 | 34 |
| Octal | 362 | 240 | 31 | 0 | 42 | 132 | 5 | 45 | 131 | 64 |
| Binary | 11110010 | 10100000 | 11001 | 0 | 100010 | 1011010 | 101 | 100101 | 1011001 | 110100 |
Color Harmonies of #F2A019
Complementary color
Monochromatic Colors of #F2A019
Black with #F2A019
Text Example
Text Example
White with #F2A019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A019; }
p { color: rgb(242,160,25); }
H1.HeaderClassName
{
color: #F2A019;
}
.AnyTagClassName
{
color: #F2A019;
}
</style>
background-color css
<style>
a { background-color: #F2A019; }
a { background-color: rgb(242,160,25); }
div.DivClassName
{
background-color: #F2A019;
}
.BgClassName
{
background-color: #F2A019;
}
</style>
border-color css
<style>
span { border-color: #F2A019; }
span { border-color: rgb(242,160,25); }
td.TdClassName
{
border-color: #F2A019;
}
.TagClassName
{
border-color: #F2A019;
}
</style>