Shades of Dark Tangerine #F2AD19
Tints of Dark Tangerine #F2AD19
RGB
CMYK
RGB Variations
Color information
#F2AD19 (or 0xF2AD19) is known color: Dark Tangerine. HEX triplet: F2, AD and 19. RGB value is (242,173,25). Sum of RGB (Red+Green+Blue) = 242+173+25=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AD19 is #0D52E6. Grayscale: #B1B1B1. Windows color (decimal): -873191 or 1682930. OLE color: 1682930.
HSL color Cylindrical-coordinate representation of color #F2AD19: hue angle of 40.92º 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 #F2AD19 is Cyan = 0, Magento = 0.29, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 25 | - |
| CMYK | 0 | 0.29 | 0.90 | 0.05 |
| HSL | 40.92º | 0.89% | 0.52% | - |
| HSV(B) | 40.92º | 0.9% | 0.95% | - |
| XYZ | 51.74 | 48.83 | 7.62 | - |
| YUV | 176.76 | 42.36 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 25 | 0 | 0.29 | 0.90 | 0.05 | 40.92 | 0.89 | 0.52 |
| Hex | F2 | AD | 19 | 0 | 1D | 5A | 5 | 29 | 59 | 34 |
| Octal | 362 | 255 | 31 | 0 | 35 | 132 | 5 | 51 | 131 | 64 |
| Binary | 11110010 | 10101101 | 11001 | 0 | 11101 | 1011010 | 101 | 101001 | 1011001 | 110100 |
Color Harmonies of #F2AD19
Complementary color
Monochromatic Colors of #F2AD19
Black with #F2AD19
Text Example
Text Example
White with #F2AD19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD19; }
p { color: rgb(242,173,25); }
H1.HeaderClassName
{
color: #F2AD19;
}
.AnyTagClassName
{
color: #F2AD19;
}
</style>
background-color css
<style>
a { background-color: #F2AD19; }
a { background-color: rgb(242,173,25); }
div.DivClassName
{
background-color: #F2AD19;
}
.BgClassName
{
background-color: #F2AD19;
}
</style>
border-color css
<style>
span { border-color: #F2AD19; }
span { border-color: rgb(242,173,25); }
td.TdClassName
{
border-color: #F2AD19;
}
.TagClassName
{
border-color: #F2AD19;
}
</style>