Shades of Gold Tips #F0AF20
Tints of Gold Tips #F0AF20
RGB
CMYK
RGB Variations
Color information
#F0AF20 (or 0xF0AF20) is known color: Gold Tips. HEX triplet: F0, AF and 20. RGB value is (240,175,32). Sum of RGB (Red+Green+Blue) = 240+175+32=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AF20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0AF20 is #0F50DF. Grayscale: #B2B2B2. Windows color (decimal): -1003744 or 2142192. OLE color: 2142192.
HSL color Cylindrical-coordinate representation of color #F0AF20: hue angle of 41.25º 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 #F0AF20 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 175 | 32 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.06 |
| HSL | 41.25º | 0.87% | 0.53% | - |
| HSV(B) | 41.25º | 0.87% | 0.94% | - |
| XYZ | 51.53 | 49.29 | 8.16 | - |
| YUV | 178.13 | 45.53 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 32 | 0 | 0.27 | 0.87 | 0.06 | 41.25 | 0.87 | 0.53 |
| Hex | F0 | AF | 20 | 0 | 1B | 57 | 6 | 29 | 57 | 35 |
| Octal | 360 | 257 | 40 | 0 | 33 | 127 | 6 | 51 | 127 | 65 |
| Binary | 11110000 | 10101111 | 100000 | 0 | 11011 | 1010111 | 110 | 101001 | 1010111 | 110101 |
Color Harmonies of #F0AF20
Complementary color
Monochromatic Colors of #F0AF20
Black with #F0AF20
Text Example
Text Example
White with #F0AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AF20; }
p { color: rgb(240,175,32); }
H1.HeaderClassName
{
color: #F0AF20;
}
.AnyTagClassName
{
color: #F0AF20;
}
</style>
background-color css
<style>
a { background-color: #F0AF20; }
a { background-color: rgb(240,175,32); }
div.DivClassName
{
background-color: #F0AF20;
}
.BgClassName
{
background-color: #F0AF20;
}
</style>
border-color css
<style>
span { border-color: #F0AF20; }
span { border-color: rgb(240,175,32); }
td.TdClassName
{
border-color: #F0AF20;
}
.TagClassName
{
border-color: #F0AF20;
}
</style>