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