Shades of Dark Tangerine #F2A111
Tints of Dark Tangerine #F2A111
RGB
CMYK
RGB Variations
Color information
#F2A111 (or 0xF2A111) is known color: Dark Tangerine. HEX triplet: F2, A1 and 11. RGB value is (242,161,17). Sum of RGB (Red+Green+Blue) = 242+161+17=420 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.62% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2A111 is #0D5EEE. Grayscale: #A9A9A9. Windows color (decimal): -876271 or 1155570. OLE color: 1155570.
HSL color Cylindrical-coordinate representation of color #F2A111: hue angle of 38.4º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2A111 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 161 | 17 | - |
| CMYK | 0 | 0.33 | 0.93 | 0.05 |
| HSL | 38.4º | 0.9% | 0.51% | - |
| HSV(B) | 38.4º | 0.93% | 0.95% | - |
| XYZ | 49.46 | 44.41 | 6.49 | - |
| YUV | 168.8 | 42.34 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 161 | 17 | 0 | 0.33 | 0.93 | 0.05 | 38.4 | 0.9 | 0.51 |
| Hex | F2 | A1 | 11 | 0 | 21 | 5D | 5 | 26 | 5A | 33 |
| Octal | 362 | 241 | 21 | 0 | 41 | 135 | 5 | 46 | 132 | 63 |
| Binary | 11110010 | 10100001 | 10001 | 0 | 100001 | 1011101 | 101 | 100110 | 1011010 | 110011 |
Color Harmonies of #F2A111
Complementary color
Monochromatic Colors of #F2A111
Black with #F2A111
Text Example
Text Example
White with #F2A111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A111; }
p { color: rgb(242,161,17); }
H1.HeaderClassName
{
color: #F2A111;
}
.AnyTagClassName
{
color: #F2A111;
}
</style>
background-color css
<style>
a { background-color: #F2A111; }
a { background-color: rgb(242,161,17); }
div.DivClassName
{
background-color: #F2A111;
}
.BgClassName
{
background-color: #F2A111;
}
</style>
border-color css
<style>
span { border-color: #F2A111; }
span { border-color: rgb(242,161,17); }
td.TdClassName
{
border-color: #F2A111;
}
.TagClassName
{
border-color: #F2A111;
}
</style>