Shades of Gold Tips #F0AD20
Tints of Gold Tips #F0AD20
RGB
CMYK
RGB Variations
Color information
#F0AD20 (or 0xF0AD20) is known color: Gold Tips. HEX triplet: F0, AD and 20. RGB value is (240,173,32). Sum of RGB (Red+Green+Blue) = 240+173+32=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 32 (12.89% from 255 or 7.19% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AD20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AD20 is #0F52DF. Grayscale: #B1B1B1. Windows color (decimal): -1004256 or 2141680. OLE color: 2141680.
HSL color Cylindrical-coordinate representation of color #F0AD20: hue angle of 40.67º 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 #F0AD20 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 173 | 32 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.06 |
| HSL | 40.67º | 0.87% | 0.53% | - |
| HSV(B) | 40.67º | 0.87% | 0.94% | - |
| XYZ | 51.14 | 48.52 | 8.04 | - |
| YUV | 176.96 | 46.2 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 173 | 32 | 0 | 0.28 | 0.87 | 0.06 | 40.67 | 0.87 | 0.53 |
| Hex | F0 | AD | 20 | 0 | 1C | 57 | 6 | 29 | 57 | 35 |
| Octal | 360 | 255 | 40 | 0 | 34 | 127 | 6 | 51 | 127 | 65 |
| Binary | 11110000 | 10101101 | 100000 | 0 | 11100 | 1010111 | 110 | 101001 | 1010111 | 110101 |
Color Harmonies of #F0AD20
Complementary color
Monochromatic Colors of #F0AD20
Black with #F0AD20
Text Example
Text Example
White with #F0AD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AD20; }
p { color: rgb(240,173,32); }
H1.HeaderClassName
{
color: #F0AD20;
}
.AnyTagClassName
{
color: #F0AD20;
}
</style>
background-color css
<style>
a { background-color: #F0AD20; }
a { background-color: rgb(240,173,32); }
div.DivClassName
{
background-color: #F0AD20;
}
.BgClassName
{
background-color: #F0AD20;
}
</style>
border-color css
<style>
span { border-color: #F0AD20; }
span { border-color: rgb(240,173,32); }
td.TdClassName
{
border-color: #F0AD20;
}
.TagClassName
{
border-color: #F0AD20;
}
</style>