Shades of Dark Tangerine #F2AF19
Tints of Dark Tangerine #F2AF19
RGB
CMYK
RGB Variations
Color information
#F2AF19 (or 0xF2AF19) is known color: Dark Tangerine. HEX triplet: F2, AF and 19. RGB value is (242,175,25). Sum of RGB (Red+Green+Blue) = 242+175+25=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 25 (10.16% from 255 or 5.66% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF19 is #0D50E6. Grayscale: #B2B2B2. Windows color (decimal): -872679 or 1683442. OLE color: 1683442.
HSL color Cylindrical-coordinate representation of color #F2AF19: hue angle of 41.47º 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 #F2AF19 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 25 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.05 |
| HSL | 41.47º | 0.89% | 0.52% | - |
| HSV(B) | 41.47º | 0.9% | 0.95% | - |
| XYZ | 52.12 | 49.61 | 7.75 | - |
| YUV | 177.93 | 41.7 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 25 | 0 | 0.28 | 0.90 | 0.05 | 41.47 | 0.89 | 0.52 |
| Hex | F2 | AF | 19 | 0 | 1C | 5A | 5 | 29 | 59 | 34 |
| Octal | 362 | 257 | 31 | 0 | 34 | 132 | 5 | 51 | 131 | 64 |
| Binary | 11110010 | 10101111 | 11001 | 0 | 11100 | 1011010 | 101 | 101001 | 1011001 | 110100 |
Color Harmonies of #F2AF19
Complementary color
Monochromatic Colors of #F2AF19
Black with #F2AF19
Text Example
Text Example
White with #F2AF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF19; }
p { color: rgb(242,175,25); }
H1.HeaderClassName
{
color: #F2AF19;
}
.AnyTagClassName
{
color: #F2AF19;
}
</style>
background-color css
<style>
a { background-color: #F2AF19; }
a { background-color: rgb(242,175,25); }
div.DivClassName
{
background-color: #F2AF19;
}
.BgClassName
{
background-color: #F2AF19;
}
</style>
border-color css
<style>
span { border-color: #F2AF19; }
span { border-color: rgb(242,175,25); }
td.TdClassName
{
border-color: #F2AF19;
}
.TagClassName
{
border-color: #F2AF19;
}
</style>