Shades of Dark Tangerine #F2AF10
Tints of Dark Tangerine #F2AF10
RGB
CMYK
RGB Variations
Color information
#F2AF10 (or 0xF2AF10) is known color: Dark Tangerine. HEX triplet: F2, AF and 10. RGB value is (242,175,16). Sum of RGB (Red+Green+Blue) = 242+175+16=433 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.89% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF10 is #0D50EF. Grayscale: #B1B1B1. Windows color (decimal): -872688 or 1093618. OLE color: 1093618.
HSL color Cylindrical-coordinate representation of color #F2AF10: hue angle of 42.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2AF10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 16 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.05 |
| HSL | 42.21º | 0.9% | 0.51% | - |
| HSV(B) | 42.21º | 0.93% | 0.95% | - |
| XYZ | 52.04 | 49.57 | 7.32 | - |
| YUV | 176.91 | 37.2 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 16 | 0 | 0.28 | 0.93 | 0.05 | 42.21 | 0.9 | 0.51 |
| Hex | F2 | AF | 10 | 0 | 1C | 5D | 5 | 2A | 5A | 33 |
| Octal | 362 | 257 | 20 | 0 | 34 | 135 | 5 | 52 | 132 | 63 |
| Binary | 11110010 | 10101111 | 10000 | 0 | 11100 | 1011101 | 101 | 101010 | 1011010 | 110011 |
Color Harmonies of #F2AF10
Complementary color
Monochromatic Colors of #F2AF10
Black with #F2AF10
Text Example
Text Example
White with #F2AF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF10; }
p { color: rgb(242,175,16); }
H1.HeaderClassName
{
color: #F2AF10;
}
.AnyTagClassName
{
color: #F2AF10;
}
</style>
background-color css
<style>
a { background-color: #F2AF10; }
a { background-color: rgb(242,175,16); }
div.DivClassName
{
background-color: #F2AF10;
}
.BgClassName
{
background-color: #F2AF10;
}
</style>
border-color css
<style>
span { border-color: #F2AF10; }
span { border-color: rgb(242,175,16); }
td.TdClassName
{
border-color: #F2AF10;
}
.TagClassName
{
border-color: #F2AF10;
}
</style>