Shades of Dark Tangerine #F2AF0E
Tints of Dark Tangerine #F2AF0E
RGB
CMYK
RGB Variations
Color information
#F2AF0E (or 0xF2AF0E) is known color: Dark Tangerine. HEX triplet: F2, AF and 0E. RGB value is (242,175,14). Sum of RGB (Red+Green+Blue) = 242+175+14=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 14 (5.86% from 255 or 3.25% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AF0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AF0E is #0D50F1. Grayscale: #B1B1B1. Windows color (decimal): -872690 or 962546. OLE color: 962546.
HSL color Cylindrical-coordinate representation of color #F2AF0E: hue angle of 42.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2AF0E is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 175 | 14 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.05 |
| HSL | 42.37º | 0.9% | 0.5% | - |
| HSV(B) | 42.37º | 0.94% | 0.95% | - |
| XYZ | 52.03 | 49.57 | 7.24 | - |
| YUV | 176.68 | 36.2 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 175 | 14 | 0 | 0.28 | 0.94 | 0.05 | 42.37 | 0.9 | 0.5 |
| Hex | F2 | AF | E | 0 | 1C | 5E | 5 | 2A | 5A | 32 |
| Octal | 362 | 257 | 16 | 0 | 34 | 136 | 5 | 52 | 132 | 62 |
| Binary | 11110010 | 10101111 | 1110 | 0 | 11100 | 1011110 | 101 | 101010 | 1011010 | 110010 |
Color Harmonies of #F2AF0E
Complementary color
Monochromatic Colors of #F2AF0E
Black with #F2AF0E
Text Example
Text Example
White with #F2AF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AF0E; }
p { color: rgb(242,175,14); }
H1.HeaderClassName
{
color: #F2AF0E;
}
.AnyTagClassName
{
color: #F2AF0E;
}
</style>
background-color css
<style>
a { background-color: #F2AF0E; }
a { background-color: rgb(242,175,14); }
div.DivClassName
{
background-color: #F2AF0E;
}
.BgClassName
{
background-color: #F2AF0E;
}
</style>
border-color css
<style>
span { border-color: #F2AF0E; }
span { border-color: rgb(242,175,14); }
td.TdClassName
{
border-color: #F2AF0E;
}
.TagClassName
{
border-color: #F2AF0E;
}
</style>