Shades of Dark Tangerine #F2AB1D
Tints of Dark Tangerine #F2AB1D
RGB
CMYK
RGB Variations
Color information
#F2AB1D (or 0xF2AB1D) is known color: Dark Tangerine. HEX triplet: F2, AB and 1D. RGB value is (242,171,29). Sum of RGB (Red+Green+Blue) = 242+171+29=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2AB1D is #0D54E2. Grayscale: #B0B0B0. Windows color (decimal): -873699 or 1944562. OLE color: 1944562.
HSL color Cylindrical-coordinate representation of color #F2AB1D: hue angle of 40º 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 #F2AB1D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 29 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.05 |
| HSL | 40º | 0.89% | 0.53% | - |
| HSV(B) | 40º | 0.88% | 0.95% | - |
| XYZ | 51.4 | 48.09 | 7.74 | - |
| YUV | 176.04 | 45.02 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 29 | 0 | 0.29 | 0.88 | 0.05 | 40 | 0.89 | 0.53 |
| Hex | F2 | AB | 1D | 0 | 1D | 58 | 5 | 28 | 59 | 35 |
| Octal | 362 | 253 | 35 | 0 | 35 | 130 | 5 | 50 | 131 | 65 |
| Binary | 11110010 | 10101011 | 11101 | 0 | 11101 | 1011000 | 101 | 101000 | 1011001 | 110101 |
Color Harmonies of #F2AB1D
Complementary color
Monochromatic Colors of #F2AB1D
Black with #F2AB1D
Text Example
Text Example
White with #F2AB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB1D; }
p { color: rgb(242,171,29); }
H1.HeaderClassName
{
color: #F2AB1D;
}
.AnyTagClassName
{
color: #F2AB1D;
}
</style>
background-color css
<style>
a { background-color: #F2AB1D; }
a { background-color: rgb(242,171,29); }
div.DivClassName
{
background-color: #F2AB1D;
}
.BgClassName
{
background-color: #F2AB1D;
}
</style>
border-color css
<style>
span { border-color: #F2AB1D; }
span { border-color: rgb(242,171,29); }
td.TdClassName
{
border-color: #F2AB1D;
}
.TagClassName
{
border-color: #F2AB1D;
}
</style>