Shades of Dark Tangerine #F2AC1E
Tints of Dark Tangerine #F2AC1E
RGB
CMYK
RGB Variations
Color information
#F2AC1E (or 0xF2AC1E) is known color: Dark Tangerine. HEX triplet: F2, AC and 1E. RGB value is (242,172,30). Sum of RGB (Red+Green+Blue) = 242+172+30=444 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.50% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AC1E is #0D53E1. Grayscale: #B1B1B1. Windows color (decimal): -873442 or 2010354. OLE color: 2010354.
HSL color Cylindrical-coordinate representation of color #F2AC1E: hue angle of 40.19º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2AC1E is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 172 | 30 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.05 |
| HSL | 40.19º | 0.89% | 0.53% | - |
| HSV(B) | 40.19º | 0.88% | 0.95% | - |
| XYZ | 51.6 | 48.48 | 7.87 | - |
| YUV | 176.74 | 45.19 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 172 | 30 | 0 | 0.29 | 0.88 | 0.05 | 40.19 | 0.89 | 0.53 |
| Hex | F2 | AC | 1E | 0 | 1D | 58 | 5 | 28 | 59 | 35 |
| Octal | 362 | 254 | 36 | 0 | 35 | 130 | 5 | 50 | 131 | 65 |
| Binary | 11110010 | 10101100 | 11110 | 0 | 11101 | 1011000 | 101 | 101000 | 1011001 | 110101 |
Color Harmonies of #F2AC1E
Complementary color
Monochromatic Colors of #F2AC1E
Black with #F2AC1E
Text Example
Text Example
White with #F2AC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AC1E; }
p { color: rgb(242,172,30); }
H1.HeaderClassName
{
color: #F2AC1E;
}
.AnyTagClassName
{
color: #F2AC1E;
}
</style>
background-color css
<style>
a { background-color: #F2AC1E; }
a { background-color: rgb(242,172,30); }
div.DivClassName
{
background-color: #F2AC1E;
}
.BgClassName
{
background-color: #F2AC1E;
}
</style>
border-color css
<style>
span { border-color: #F2AC1E; }
span { border-color: rgb(242,172,30); }
td.TdClassName
{
border-color: #F2AC1E;
}
.TagClassName
{
border-color: #F2AC1E;
}
</style>