Shades of Dark Tangerine #F2A41D
Tints of Dark Tangerine #F2A41D
RGB
CMYK
RGB Variations
Color information
#F2A41D (or 0xF2A41D) is known color: Dark Tangerine. HEX triplet: F2, A4 and 1D. RGB value is (242,164,29). Sum of RGB (Red+Green+Blue) = 242+164+29=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 164 (64.45% from 255 or 37.70% from 435); Blue value is 29 (11.72% from 255 or 6.67% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2A41D is #0D5BE2. Grayscale: #ACACAC. Windows color (decimal): -875491 or 1942770. OLE color: 1942770.
HSL color Cylindrical-coordinate representation of color #F2A41D: hue angle of 38.03º 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 #F2A41D is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 164 | 29 | - |
| CMYK | 0 | 0.32 | 0.88 | 0.05 |
| HSL | 38.03º | 0.89% | 0.53% | - |
| HSV(B) | 38.03º | 0.88% | 0.95% | - |
| XYZ | 50.12 | 45.52 | 7.31 | - |
| YUV | 171.93 | 47.34 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 164 | 29 | 0 | 0.32 | 0.88 | 0.05 | 38.03 | 0.89 | 0.53 |
| Hex | F2 | A4 | 1D | 0 | 20 | 58 | 5 | 26 | 59 | 35 |
| Octal | 362 | 244 | 35 | 0 | 40 | 130 | 5 | 46 | 131 | 65 |
| Binary | 11110010 | 10100100 | 11101 | 0 | 100000 | 1011000 | 101 | 100110 | 1011001 | 110101 |
Color Harmonies of #F2A41D
Complementary color
Monochromatic Colors of #F2A41D
Black with #F2A41D
Text Example
Text Example
White with #F2A41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A41D; }
p { color: rgb(242,164,29); }
H1.HeaderClassName
{
color: #F2A41D;
}
.AnyTagClassName
{
color: #F2A41D;
}
</style>
background-color css
<style>
a { background-color: #F2A41D; }
a { background-color: rgb(242,164,29); }
div.DivClassName
{
background-color: #F2A41D;
}
.BgClassName
{
background-color: #F2A41D;
}
</style>
border-color css
<style>
span { border-color: #F2A41D; }
span { border-color: rgb(242,164,29); }
td.TdClassName
{
border-color: #F2A41D;
}
.TagClassName
{
border-color: #F2A41D;
}
</style>