Shades of Dark Tangerine #F2AC15
Tints of Dark Tangerine #F2AC15
RGB
CMYK
RGB Variations
Color information
#F2AC15 (or 0xF2AC15) is known color: Dark Tangerine. HEX triplet: F2, AC and 15. RGB value is (242,172,21). Sum of RGB (Red+Green+Blue) = 242+172+21=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 21 (8.59% from 255 or 4.83% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AC15 is #0D53EA. Grayscale: #B0B0B0. Windows color (decimal): -873451 or 1420530. OLE color: 1420530.
HSL color Cylindrical-coordinate representation of color #F2AC15: hue angle of 41º 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 #F2AC15 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 21 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.05 |
| HSL | 41º | 0.89% | 0.52% | - |
| HSV(B) | 41º | 0.91% | 0.95% | - |
| XYZ | 51.51 | 48.44 | 7.34 | - |
| YUV | 175.72 | 40.69 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 21 | 0 | 0.29 | 0.91 | 0.05 | 41 | 0.89 | 0.52 |
| Hex | F2 | AC | 15 | 0 | 1D | 5B | 5 | 29 | 59 | 34 |
| Octal | 362 | 254 | 25 | 0 | 35 | 133 | 5 | 51 | 131 | 64 |
| Binary | 11110010 | 10101100 | 10101 | 0 | 11101 | 1011011 | 101 | 101001 | 1011001 | 110100 |
Color Harmonies of #F2AC15
Complementary color
Monochromatic Colors of #F2AC15
Black with #F2AC15
Text Example
Text Example
White with #F2AC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC15; }
p { color: rgb(242,172,21); }
H1.HeaderClassName
{
color: #F2AC15;
}
.AnyTagClassName
{
color: #F2AC15;
}
</style>
background-color css
<style>
a { background-color: #F2AC15; }
a { background-color: rgb(242,172,21); }
div.DivClassName
{
background-color: #F2AC15;
}
.BgClassName
{
background-color: #F2AC15;
}
</style>
border-color css
<style>
span { border-color: #F2AC15; }
span { border-color: rgb(242,172,21); }
td.TdClassName
{
border-color: #F2AC15;
}
.TagClassName
{
border-color: #F2AC15;
}
</style>