Shades of Gold Tips #F0AB20
Tints of Gold Tips #F0AB20
RGB
CMYK
RGB Variations
Color information
#F0AB20 (or 0xF0AB20) is known color: Gold Tips. HEX triplet: F0, AB and 20. RGB value is (240,171,32). Sum of RGB (Red+Green+Blue) = 240+171+32=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 32 (12.89% from 255 or 7.22% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AB20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AB20 is #0F54DF. Grayscale: #B0B0B0. Windows color (decimal): -1004768 or 2141168. OLE color: 2141168.
HSL color Cylindrical-coordinate representation of color #F0AB20: hue angle of 40.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F0AB20 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 171 | 32 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.06 |
| HSL | 40.1º | 0.87% | 0.53% | - |
| HSV(B) | 40.1º | 0.87% | 0.94% | - |
| XYZ | 50.76 | 47.76 | 7.91 | - |
| YUV | 175.79 | 46.86 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 171 | 32 | 0 | 0.29 | 0.87 | 0.06 | 40.1 | 0.87 | 0.53 |
| Hex | F0 | AB | 20 | 0 | 1D | 57 | 6 | 28 | 57 | 35 |
| Octal | 360 | 253 | 40 | 0 | 35 | 127 | 6 | 50 | 127 | 65 |
| Binary | 11110000 | 10101011 | 100000 | 0 | 11101 | 1010111 | 110 | 101000 | 1010111 | 110101 |
Color Harmonies of #F0AB20
Complementary color
Monochromatic Colors of #F0AB20
Black with #F0AB20
Text Example
Text Example
White with #F0AB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AB20; }
p { color: rgb(240,171,32); }
H1.HeaderClassName
{
color: #F0AB20;
}
.AnyTagClassName
{
color: #F0AB20;
}
</style>
background-color css
<style>
a { background-color: #F0AB20; }
a { background-color: rgb(240,171,32); }
div.DivClassName
{
background-color: #F0AB20;
}
.BgClassName
{
background-color: #F0AB20;
}
</style>
border-color css
<style>
span { border-color: #F0AB20; }
span { border-color: rgb(240,171,32); }
td.TdClassName
{
border-color: #F0AB20;
}
.TagClassName
{
border-color: #F0AB20;
}
</style>