Shades of Dark Tangerine #F2AF11
Tints of Dark Tangerine #F2AF11
RGB
CMYK
RGB Variations
Color information
#F2AF11 (or 0xF2AF11) is known color: Dark Tangerine. HEX triplet: F2, AF and 11. RGB value is (242,175,17). Sum of RGB (Red+Green+Blue) = 242+175+17=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF11 is #0D50EE. Grayscale: #B1B1B1. Windows color (decimal): -872687 or 1159154. OLE color: 1159154.
HSL color Cylindrical-coordinate representation of color #F2AF11: hue angle of 42.13º 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 #F2AF11 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 17 | - |
| CMYK | 0 | 0.28 | 0.93 | 0.05 |
| HSL | 42.13º | 0.9% | 0.51% | - |
| HSV(B) | 42.13º | 0.93% | 0.95% | - |
| XYZ | 52.05 | 49.58 | 7.36 | - |
| YUV | 177.02 | 37.7 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 17 | 0 | 0.28 | 0.93 | 0.05 | 42.13 | 0.9 | 0.51 |
| Hex | F2 | AF | 11 | 0 | 1C | 5D | 5 | 2A | 5A | 33 |
| Octal | 362 | 257 | 21 | 0 | 34 | 135 | 5 | 52 | 132 | 63 |
| Binary | 11110010 | 10101111 | 10001 | 0 | 11100 | 1011101 | 101 | 101010 | 1011010 | 110011 |
Color Harmonies of #F2AF11
Complementary color
Monochromatic Colors of #F2AF11
Black with #F2AF11
Text Example
Text Example
White with #F2AF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF11; }
p { color: rgb(242,175,17); }
H1.HeaderClassName
{
color: #F2AF11;
}
.AnyTagClassName
{
color: #F2AF11;
}
</style>
background-color css
<style>
a { background-color: #F2AF11; }
a { background-color: rgb(242,175,17); }
div.DivClassName
{
background-color: #F2AF11;
}
.BgClassName
{
background-color: #F2AF11;
}
</style>
border-color css
<style>
span { border-color: #F2AF11; }
span { border-color: rgb(242,175,17); }
td.TdClassName
{
border-color: #F2AF11;
}
.TagClassName
{
border-color: #F2AF11;
}
</style>