Shades of Dark Tangerine #F0AB10
Tints of Dark Tangerine #F0AB10
RGB
CMYK
RGB Variations
Color information
#F0AB10 (or 0xF0AB10) is known color: Dark Tangerine. HEX triplet: F0, AB and 10. RGB value is (240,171,16). Sum of RGB (Red+Green+Blue) = 240+171+16=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 16 (6.64% from 255 or 3.75% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AB10 is #0F54EF. Grayscale: #AEAEAE. Windows color (decimal): -1004784 or 1092592. OLE color: 1092592.
HSL color Cylindrical-coordinate representation of color #F0AB10: hue angle of 41.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0AB10 is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 16 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.06 |
| HSL | 41.52º | 0.88% | 0.5% | - |
| HSV(B) | 41.52º | 0.93% | 0.94% | - |
| XYZ | 50.59 | 47.69 | 7.03 | - |
| YUV | 173.96 | 38.86 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 16 | 0 | 0.29 | 0.93 | 0.06 | 41.52 | 0.88 | 0.5 |
| Hex | F0 | AB | 10 | 0 | 1D | 5D | 6 | 2A | 58 | 32 |
| Octal | 360 | 253 | 20 | 0 | 35 | 135 | 6 | 52 | 130 | 62 |
| Binary | 11110000 | 10101011 | 10000 | 0 | 11101 | 1011101 | 110 | 101010 | 1011000 | 110010 |
Color Harmonies of #F0AB10
Complementary color
Monochromatic Colors of #F0AB10
Black with #F0AB10
Text Example
Text Example
White with #F0AB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB10; }
p { color: rgb(240,171,16); }
H1.HeaderClassName
{
color: #F0AB10;
}
.AnyTagClassName
{
color: #F0AB10;
}
</style>
background-color css
<style>
a { background-color: #F0AB10; }
a { background-color: rgb(240,171,16); }
div.DivClassName
{
background-color: #F0AB10;
}
.BgClassName
{
background-color: #F0AB10;
}
</style>
border-color css
<style>
span { border-color: #F0AB10; }
span { border-color: rgb(240,171,16); }
td.TdClassName
{
border-color: #F0AB10;
}
.TagClassName
{
border-color: #F0AB10;
}
</style>