Shades of Gold Tips #F0AC20
Tints of Gold Tips #F0AC20
RGB
CMYK
RGB Variations
Color information
#F0AC20 (or 0xF0AC20) is known color: Gold Tips. HEX triplet: F0, AC and 20. RGB value is (240,172,32). Sum of RGB (Red+Green+Blue) = 240+172+32=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 32 (12.89% from 255 or 7.21% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AC20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AC20 is #0F53DF. Grayscale: #B1B1B1. Windows color (decimal): -1004512 or 2141424. OLE color: 2141424.
HSL color Cylindrical-coordinate representation of color #F0AC20: hue angle of 40.38º 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 #F0AC20 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 32 | - |
| CMYK | 0 | 0.28 | 0.87 | 0.06 |
| HSL | 40.38º | 0.87% | 0.53% | - |
| HSV(B) | 40.38º | 0.87% | 0.94% | - |
| XYZ | 50.95 | 48.13 | 7.97 | - |
| YUV | 176.37 | 46.53 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 32 | 0 | 0.28 | 0.87 | 0.06 | 40.38 | 0.87 | 0.53 |
| Hex | F0 | AC | 20 | 0 | 1C | 57 | 6 | 28 | 57 | 35 |
| Octal | 360 | 254 | 40 | 0 | 34 | 127 | 6 | 50 | 127 | 65 |
| Binary | 11110000 | 10101100 | 100000 | 0 | 11100 | 1010111 | 110 | 101000 | 1010111 | 110101 |
Color Harmonies of #F0AC20
Complementary color
Monochromatic Colors of #F0AC20
Black with #F0AC20
Text Example
Text Example
White with #F0AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AC20; }
p { color: rgb(240,172,32); }
H1.HeaderClassName
{
color: #F0AC20;
}
.AnyTagClassName
{
color: #F0AC20;
}
</style>
background-color css
<style>
a { background-color: #F0AC20; }
a { background-color: rgb(240,172,32); }
div.DivClassName
{
background-color: #F0AC20;
}
.BgClassName
{
background-color: #F0AC20;
}
</style>
border-color css
<style>
span { border-color: #F0AC20; }
span { border-color: rgb(240,172,32); }
td.TdClassName
{
border-color: #F0AC20;
}
.TagClassName
{
border-color: #F0AC20;
}
</style>