Shades of Dark Tangerine #F2AB0A
Tints of Dark Tangerine #F2AB0A
RGB
CMYK
RGB Variations
Color information
#F2AB0A (or 0xF2AB0A) is known color: Dark Tangerine. HEX triplet: F2, AB and 0A. RGB value is (242,171,10). Sum of RGB (Red+Green+Blue) = 242+171+10=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AB0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2AB0A is #0D54F5. Grayscale: #AEAEAE. Windows color (decimal): -873718 or 699378. OLE color: 699378.
HSL color Cylindrical-coordinate representation of color #F2AB0A: hue angle of 41.64º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2AB0A is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 171 | 10 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.05 |
| HSL | 41.64º | 0.92% | 0.49% | - |
| HSV(B) | 41.64º | 0.96% | 0.95% | - |
| XYZ | 51.24 | 48.02 | 6.86 | - |
| YUV | 173.88 | 35.52 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 171 | 10 | 0 | 0.29 | 0.96 | 0.05 | 41.64 | 0.92 | 0.49 |
| Hex | F2 | AB | A | 0 | 1D | 60 | 5 | 2A | 5C | 31 |
| Octal | 362 | 253 | 12 | 0 | 35 | 140 | 5 | 52 | 134 | 61 |
| Binary | 11110010 | 10101011 | 1010 | 0 | 11101 | 1100000 | 101 | 101010 | 1011100 | 110001 |
Color Harmonies of #F2AB0A
Complementary color
Monochromatic Colors of #F2AB0A
Black with #F2AB0A
Text Example
Text Example
White with #F2AB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2AB0A; }
p { color: rgb(242,171,10); }
H1.HeaderClassName
{
color: #F2AB0A;
}
.AnyTagClassName
{
color: #F2AB0A;
}
</style>
background-color css
<style>
a { background-color: #F2AB0A; }
a { background-color: rgb(242,171,10); }
div.DivClassName
{
background-color: #F2AB0A;
}
.BgClassName
{
background-color: #F2AB0A;
}
</style>
border-color css
<style>
span { border-color: #F2AB0A; }
span { border-color: rgb(242,171,10); }
td.TdClassName
{
border-color: #F2AB0A;
}
.TagClassName
{
border-color: #F2AB0A;
}
</style>