Shades of Dark Tangerine #F2A213
Tints of Dark Tangerine #F2A213
RGB
CMYK
RGB Variations
Color information
#F2A213 (or 0xF2A213) is known color: Dark Tangerine. HEX triplet: F2, A2 and 13. RGB value is (242,162,19). Sum of RGB (Red+Green+Blue) = 242+162+19=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A213 is #0D5DEC. Grayscale: #AAAAAA. Windows color (decimal): -876013 or 1286898. OLE color: 1286898.
HSL color Cylindrical-coordinate representation of color #F2A213: hue angle of 38.48º 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 #F2A213 is Cyan = 0, Magento = 0.33, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 162 | 19 | - |
| CMYK | 0 | 0.33 | 0.92 | 0.05 |
| HSL | 38.48º | 0.9% | 0.51% | - |
| HSV(B) | 38.48º | 0.92% | 0.95% | - |
| XYZ | 49.66 | 44.76 | 6.64 | - |
| YUV | 169.62 | 43 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 162 | 19 | 0 | 0.33 | 0.92 | 0.05 | 38.48 | 0.9 | 0.51 |
| Hex | F2 | A2 | 13 | 0 | 21 | 5C | 5 | 26 | 5A | 33 |
| Octal | 362 | 242 | 23 | 0 | 41 | 134 | 5 | 46 | 132 | 63 |
| Binary | 11110010 | 10100010 | 10011 | 0 | 100001 | 1011100 | 101 | 100110 | 1011010 | 110011 |
Color Harmonies of #F2A213
Complementary color
Monochromatic Colors of #F2A213
Black with #F2A213
Text Example
Text Example
White with #F2A213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A213; }
p { color: rgb(242,162,19); }
H1.HeaderClassName
{
color: #F2A213;
}
.AnyTagClassName
{
color: #F2A213;
}
</style>
background-color css
<style>
a { background-color: #F2A213; }
a { background-color: rgb(242,162,19); }
div.DivClassName
{
background-color: #F2A213;
}
.BgClassName
{
background-color: #F2A213;
}
</style>
border-color css
<style>
span { border-color: #F2A213; }
span { border-color: rgb(242,162,19); }
td.TdClassName
{
border-color: #F2A213;
}
.TagClassName
{
border-color: #F2A213;
}
</style>