Shades of Gold Tips #F0A820
Tints of Gold Tips #F0A820
RGB
CMYK
RGB Variations
Color information
#F0A820 (or 0xF0A820) is known color: Gold Tips. HEX triplet: F0, A8 and 20. RGB value is (240,168,32). Sum of RGB (Red+Green+Blue) = 240+168+32=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A820 is #0F57DF. Grayscale: #AEAEAE. Windows color (decimal): -1005536 or 2140400. OLE color: 2140400.
HSL color Cylindrical-coordinate representation of color #F0A820: hue angle of 39.23º 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 #F0A820 is Cyan = 0, Magento = 0.3, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 168 | 32 | - |
| CMYK | 0 | 0.3 | 0.87 | 0.06 |
| HSL | 39.23º | 0.87% | 0.53% | - |
| HSV(B) | 39.23º | 0.87% | 0.94% | - |
| XYZ | 50.2 | 46.63 | 7.72 | - |
| YUV | 174.02 | 47.85 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 168 | 32 | 0 | 0.3 | 0.87 | 0.06 | 39.23 | 0.87 | 0.53 |
| Hex | F0 | A8 | 20 | 0 | 1E | 57 | 6 | 27 | 57 | 35 |
| Octal | 360 | 250 | 40 | 0 | 36 | 127 | 6 | 47 | 127 | 65 |
| Binary | 11110000 | 10101000 | 100000 | 0 | 11110 | 1010111 | 110 | 100111 | 1010111 | 110101 |
Color Harmonies of #F0A820
Complementary color
Monochromatic Colors of #F0A820
Black with #F0A820
Text Example
Text Example
White with #F0A820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A820; }
p { color: rgb(240,168,32); }
H1.HeaderClassName
{
color: #F0A820;
}
.AnyTagClassName
{
color: #F0A820;
}
</style>
background-color css
<style>
a { background-color: #F0A820; }
a { background-color: rgb(240,168,32); }
div.DivClassName
{
background-color: #F0A820;
}
.BgClassName
{
background-color: #F0A820;
}
</style>
border-color css
<style>
span { border-color: #F0A820; }
span { border-color: rgb(240,168,32); }
td.TdClassName
{
border-color: #F0A820;
}
.TagClassName
{
border-color: #F0A820;
}
</style>