Shades of Dark Tangerine #F2AC14
Tints of Dark Tangerine #F2AC14
RGB
CMYK
RGB Variations
Color information
#F2AC14 (or 0xF2AC14) is known color: Dark Tangerine. HEX triplet: F2, AC and 14. RGB value is (242,172,20). Sum of RGB (Red+Green+Blue) = 242+172+20=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 20 (8.20% from 255 or 4.61% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AC14 is #0D53EB. Grayscale: #B0B0B0. Windows color (decimal): -873452 or 1354994. OLE color: 1354994.
HSL color Cylindrical-coordinate representation of color #F2AC14: hue angle of 41.08º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2AC14 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 20 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.05 |
| HSL | 41.08º | 0.9% | 0.51% | - |
| HSV(B) | 41.08º | 0.92% | 0.95% | - |
| XYZ | 51.5 | 48.43 | 7.3 | - |
| YUV | 175.6 | 40.19 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 20 | 0 | 0.29 | 0.92 | 0.05 | 41.08 | 0.9 | 0.51 |
| Hex | F2 | AC | 14 | 0 | 1D | 5C | 5 | 29 | 5A | 33 |
| Octal | 362 | 254 | 24 | 0 | 35 | 134 | 5 | 51 | 132 | 63 |
| Binary | 11110010 | 10101100 | 10100 | 0 | 11101 | 1011100 | 101 | 101001 | 1011010 | 110011 |
Color Harmonies of #F2AC14
Complementary color
Monochromatic Colors of #F2AC14
Black with #F2AC14
Text Example
Text Example
White with #F2AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC14; }
p { color: rgb(242,172,20); }
H1.HeaderClassName
{
color: #F2AC14;
}
.AnyTagClassName
{
color: #F2AC14;
}
</style>
background-color css
<style>
a { background-color: #F2AC14; }
a { background-color: rgb(242,172,20); }
div.DivClassName
{
background-color: #F2AC14;
}
.BgClassName
{
background-color: #F2AC14;
}
</style>
border-color css
<style>
span { border-color: #F2AC14; }
span { border-color: rgb(242,172,20); }
td.TdClassName
{
border-color: #F2AC14;
}
.TagClassName
{
border-color: #F2AC14;
}
</style>