Shades of Dark Tangerine #F2A616
Tints of Dark Tangerine #F2A616
RGB
CMYK
RGB Variations
Color information
#F2A616 (or 0xF2A616) is known color: Dark Tangerine. HEX triplet: F2, A6 and 16. RGB value is (242,166,22). Sum of RGB (Red+Green+Blue) = 242+166+22=430 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.28% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A616 is #0D59E9. Grayscale: #ACACAC. Windows color (decimal): -874986 or 1484530. OLE color: 1484530.
HSL color Cylindrical-coordinate representation of color #F2A616: hue angle of 39.27º 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 #F2A616 is Cyan = 0, Magento = 0.31, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 166 | 22 | - |
| CMYK | 0 | 0.31 | 0.91 | 0.05 |
| HSL | 39.27º | 0.89% | 0.52% | - |
| HSV(B) | 39.27º | 0.91% | 0.95% | - |
| XYZ | 50.4 | 46.21 | 7.02 | - |
| YUV | 172.31 | 43.18 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 166 | 22 | 0 | 0.31 | 0.91 | 0.05 | 39.27 | 0.89 | 0.52 |
| Hex | F2 | A6 | 16 | 0 | 1F | 5B | 5 | 27 | 59 | 34 |
| Octal | 362 | 246 | 26 | 0 | 37 | 133 | 5 | 47 | 131 | 64 |
| Binary | 11110010 | 10100110 | 10110 | 0 | 11111 | 1011011 | 101 | 100111 | 1011001 | 110100 |
Color Harmonies of #F2A616
Complementary color
Monochromatic Colors of #F2A616
Black with #F2A616
Text Example
Text Example
White with #F2A616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A616; }
p { color: rgb(242,166,22); }
H1.HeaderClassName
{
color: #F2A616;
}
.AnyTagClassName
{
color: #F2A616;
}
</style>
background-color css
<style>
a { background-color: #F2A616; }
a { background-color: rgb(242,166,22); }
div.DivClassName
{
background-color: #F2A616;
}
.BgClassName
{
background-color: #F2A616;
}
</style>
border-color css
<style>
span { border-color: #F2A616; }
span { border-color: rgb(242,166,22); }
td.TdClassName
{
border-color: #F2A616;
}
.TagClassName
{
border-color: #F2A616;
}
</style>