Shades of Dark Tangerine #F2AE16
Tints of Dark Tangerine #F2AE16
RGB
CMYK
RGB Variations
Color information
#F2AE16 (or 0xF2AE16) is known color: Dark Tangerine. HEX triplet: F2, AE and 16. RGB value is (242,174,22). Sum of RGB (Red+Green+Blue) = 242+174+22=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AE16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AE16 is #0D51E9. Grayscale: #B1B1B1. Windows color (decimal): -872938 or 1486578. OLE color: 1486578.
HSL color Cylindrical-coordinate representation of color #F2AE16: hue angle of 41.45º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2AE16 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 174 | 22 | - |
| CMYK | 0 | 0.28 | 0.91 | 0.05 |
| HSL | 41.45º | 0.89% | 0.52% | - |
| HSV(B) | 41.45º | 0.91% | 0.95% | - |
| XYZ | 51.9 | 49.21 | 7.52 | - |
| YUV | 177 | 40.53 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 174 | 22 | 0 | 0.28 | 0.91 | 0.05 | 41.45 | 0.89 | 0.52 |
| Hex | F2 | AE | 16 | 0 | 1C | 5B | 5 | 29 | 59 | 34 |
| Octal | 362 | 256 | 26 | 0 | 34 | 133 | 5 | 51 | 131 | 64 |
| Binary | 11110010 | 10101110 | 10110 | 0 | 11100 | 1011011 | 101 | 101001 | 1011001 | 110100 |
Color Harmonies of #F2AE16
Complementary color
Monochromatic Colors of #F2AE16
Black with #F2AE16
Text Example
Text Example
White with #F2AE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AE16; }
p { color: rgb(242,174,22); }
H1.HeaderClassName
{
color: #F2AE16;
}
.AnyTagClassName
{
color: #F2AE16;
}
</style>
background-color css
<style>
a { background-color: #F2AE16; }
a { background-color: rgb(242,174,22); }
div.DivClassName
{
background-color: #F2AE16;
}
.BgClassName
{
background-color: #F2AE16;
}
</style>
border-color css
<style>
span { border-color: #F2AE16; }
span { border-color: rgb(242,174,22); }
td.TdClassName
{
border-color: #F2AE16;
}
.TagClassName
{
border-color: #F2AE16;
}
</style>