Shades of Dark Tangerine #F2A91E
Tints of Dark Tangerine #F2A91E
RGB
CMYK
RGB Variations
Color information
#F2A91E (or 0xF2A91E) is known color: Dark Tangerine. HEX triplet: F2, A9 and 1E. RGB value is (242,169,30). Sum of RGB (Red+Green+Blue) = 242+169+30=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 30 (12.11% from 255 or 6.80% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A91E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A91E is #0D56E1. Grayscale: #AFAFAF. Windows color (decimal): -874210 or 2009586. OLE color: 2009586.
HSL color Cylindrical-coordinate representation of color #F2A91E: hue angle of 39.34º 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 #F2A91E is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 30 | - |
| CMYK | 0 | 0.30 | 0.88 | 0.05 |
| HSL | 39.34º | 0.89% | 0.53% | - |
| HSV(B) | 39.34º | 0.88% | 0.95% | - |
| XYZ | 51.04 | 47.35 | 7.68 | - |
| YUV | 174.98 | 46.18 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 30 | 0 | 0.30 | 0.88 | 0.05 | 39.34 | 0.89 | 0.53 |
| Hex | F2 | A9 | 1E | 0 | 1E | 58 | 5 | 27 | 59 | 35 |
| Octal | 362 | 251 | 36 | 0 | 36 | 130 | 5 | 47 | 131 | 65 |
| Binary | 11110010 | 10101001 | 11110 | 0 | 11110 | 1011000 | 101 | 100111 | 1011001 | 110101 |
Color Harmonies of #F2A91E
Complementary color
Monochromatic Colors of #F2A91E
Black with #F2A91E
Text Example
Text Example
White with #F2A91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A91E; }
p { color: rgb(242,169,30); }
H1.HeaderClassName
{
color: #F2A91E;
}
.AnyTagClassName
{
color: #F2A91E;
}
</style>
background-color css
<style>
a { background-color: #F2A91E; }
a { background-color: rgb(242,169,30); }
div.DivClassName
{
background-color: #F2A91E;
}
.BgClassName
{
background-color: #F2A91E;
}
</style>
border-color css
<style>
span { border-color: #F2A91E; }
span { border-color: rgb(242,169,30); }
td.TdClassName
{
border-color: #F2A91E;
}
.TagClassName
{
border-color: #F2A91E;
}
</style>