Shades of Dark Tangerine #F0AB09
Tints of Dark Tangerine #F0AB09
RGB
CMYK
RGB Variations
Color information
#F0AB09 (or 0xF0AB09) is known color: Dark Tangerine. HEX triplet: F0, AB and 09. RGB value is (240,171,9). Sum of RGB (Red+Green+Blue) = 240+171+9=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F0AB09 is #0F54F6. Grayscale: #ADADAD. Windows color (decimal): -1004791 or 633840. OLE color: 633840.
HSL color Cylindrical-coordinate representation of color #F0AB09: hue angle of 42.08º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0AB09 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 9 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.06 |
| HSL | 42.08º | 0.93% | 0.49% | - |
| HSV(B) | 42.08º | 0.96% | 0.94% | - |
| XYZ | 50.55 | 47.67 | 6.8 | - |
| YUV | 173.16 | 35.36 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 9 | 0 | 0.29 | 0.96 | 0.06 | 42.08 | 0.93 | 0.49 |
| Hex | F0 | AB | 9 | 0 | 1D | 60 | 6 | 2A | 5D | 31 |
| Octal | 360 | 253 | 11 | 0 | 35 | 140 | 6 | 52 | 135 | 61 |
| Binary | 11110000 | 10101011 | 1001 | 0 | 11101 | 1100000 | 110 | 101010 | 1011101 | 110001 |
Color Harmonies of #F0AB09
Complementary color
Monochromatic Colors of #F0AB09
Black with #F0AB09
Text Example
Text Example
White with #F0AB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB09; }
p { color: rgb(240,171,9); }
H1.HeaderClassName
{
color: #F0AB09;
}
.AnyTagClassName
{
color: #F0AB09;
}
</style>
background-color css
<style>
a { background-color: #F0AB09; }
a { background-color: rgb(240,171,9); }
div.DivClassName
{
background-color: #F0AB09;
}
.BgClassName
{
background-color: #F0AB09;
}
</style>
border-color css
<style>
span { border-color: #F0AB09; }
span { border-color: rgb(240,171,9); }
td.TdClassName
{
border-color: #F0AB09;
}
.TagClassName
{
border-color: #F0AB09;
}
</style>