Shades of Gold Tips #F0A921
Tints of Gold Tips #F0A921
RGB
CMYK
RGB Variations
Color information
#F0A921 (or 0xF0A921) is known color: Gold Tips. HEX triplet: F0, A9 and 21. RGB value is (240,169,33). Sum of RGB (Red+Green+Blue) = 240+169+33=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A921 is #0F56DE. Grayscale: #AFAFAF. Windows color (decimal): -1005279 or 2206192. OLE color: 2206192.
HSL color Cylindrical-coordinate representation of color #F0A921: hue angle of 39.42º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0A921 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 33 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.06 |
| HSL | 39.42º | 0.87% | 0.54% | - |
| HSV(B) | 39.42º | 0.86% | 0.94% | - |
| XYZ | 50.4 | 47.01 | 7.86 | - |
| YUV | 174.73 | 48.02 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 33 | 0 | 0.30 | 0.86 | 0.06 | 39.42 | 0.87 | 0.54 |
| Hex | F0 | A9 | 21 | 0 | 1E | 56 | 6 | 27 | 57 | 36 |
| Octal | 360 | 251 | 41 | 0 | 36 | 126 | 6 | 47 | 127 | 66 |
| Binary | 11110000 | 10101001 | 100001 | 0 | 11110 | 1010110 | 110 | 100111 | 1010111 | 110110 |
Color Harmonies of #F0A921
Complementary color
Monochromatic Colors of #F0A921
Black with #F0A921
Text Example
Text Example
White with #F0A921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A921; }
p { color: rgb(240,169,33); }
H1.HeaderClassName
{
color: #F0A921;
}
.AnyTagClassName
{
color: #F0A921;
}
</style>
background-color css
<style>
a { background-color: #F0A921; }
a { background-color: rgb(240,169,33); }
div.DivClassName
{
background-color: #F0A921;
}
.BgClassName
{
background-color: #F0A921;
}
</style>
border-color css
<style>
span { border-color: #F0A921; }
span { border-color: rgb(240,169,33); }
td.TdClassName
{
border-color: #F0A921;
}
.TagClassName
{
border-color: #F0A921;
}
</style>