Shades of Dark Tangerine #F2AD13
Tints of Dark Tangerine #F2AD13
RGB
CMYK
RGB Variations
Color information
#F2AD13 (or 0xF2AD13) is known color: Dark Tangerine. HEX triplet: F2, AD and 13. RGB value is (242,173,19). Sum of RGB (Red+Green+Blue) = 242+173+19=434 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.76% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AD13 is #0D52EC. Grayscale: #B0B0B0. Windows color (decimal): -873197 or 1289714. OLE color: 1289714.
HSL color Cylindrical-coordinate representation of color #F2AD13: hue angle of 41.43º 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 #F2AD13 is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 173 | 19 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.05 |
| HSL | 41.43º | 0.9% | 0.51% | - |
| HSV(B) | 41.43º | 0.92% | 0.95% | - |
| XYZ | 51.68 | 48.81 | 7.31 | - |
| YUV | 176.08 | 39.36 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 173 | 19 | 0 | 0.29 | 0.92 | 0.05 | 41.43 | 0.9 | 0.51 |
| Hex | F2 | AD | 13 | 0 | 1D | 5C | 5 | 29 | 5A | 33 |
| Octal | 362 | 255 | 23 | 0 | 35 | 134 | 5 | 51 | 132 | 63 |
| Binary | 11110010 | 10101101 | 10011 | 0 | 11101 | 1011100 | 101 | 101001 | 1011010 | 110011 |
Color Harmonies of #F2AD13
Complementary color
Monochromatic Colors of #F2AD13
Black with #F2AD13
Text Example
Text Example
White with #F2AD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AD13; }
p { color: rgb(242,173,19); }
H1.HeaderClassName
{
color: #F2AD13;
}
.AnyTagClassName
{
color: #F2AD13;
}
</style>
background-color css
<style>
a { background-color: #F2AD13; }
a { background-color: rgb(242,173,19); }
div.DivClassName
{
background-color: #F2AD13;
}
.BgClassName
{
background-color: #F2AD13;
}
</style>
border-color css
<style>
span { border-color: #F2AD13; }
span { border-color: rgb(242,173,19); }
td.TdClassName
{
border-color: #F2AD13;
}
.TagClassName
{
border-color: #F2AD13;
}
</style>