Shades of Gold #F4D20C
Tints of Gold #F4D20C
RGB
CMYK
RGB Variations
Color information
#F4D20C (or 0xF4D20C) is known color: Gold. HEX triplet: F4, D2 and 0C. RGB value is (244,210,12). Sum of RGB (Red+Green+Blue) = 244+210+12=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 12 (5.08% from 255 or 2.58% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D20C is #0B2DF3. Grayscale: #C6C6C6. Windows color (decimal): -732660 or 840436. OLE color: 840436.
HSL color Cylindrical-coordinate representation of color #F4D20C: hue angle of 51.21º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4D20C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.04 |
| HSL | 51.21º | 0.91% | 0.5% | - |
| HSV(B) | 51.21º | 0.95% | 0.96% | - |
| XYZ | 60.42 | 65.35 | 9.78 | - |
| YUV | 197.59 | 23.26 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 12 | 0 | 0.14 | 0.95 | 0.04 | 51.21 | 0.91 | 0.5 |
| Hex | F4 | D2 | C | 0 | E | 5F | 4 | 33 | 5B | 32 |
| Octal | 364 | 322 | 14 | 0 | 16 | 137 | 4 | 63 | 133 | 62 |
| Binary | 11110100 | 11010010 | 1100 | 0 | 1110 | 1011111 | 100 | 110011 | 1011011 | 110010 |
Color Harmonies of #F4D20C
Complementary color
Monochromatic Colors of #F4D20C
Black with #F4D20C
Text Example
Text Example
White with #F4D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D20C; }
p { color: rgb(244,210,12); }
H1.HeaderClassName
{
color: #F4D20C;
}
.AnyTagClassName
{
color: #F4D20C;
}
</style>
background-color css
<style>
a { background-color: #F4D20C; }
a { background-color: rgb(244,210,12); }
div.DivClassName
{
background-color: #F4D20C;
}
.BgClassName
{
background-color: #F4D20C;
}
</style>
border-color css
<style>
span { border-color: #F4D20C; }
span { border-color: rgb(244,210,12); }
td.TdClassName
{
border-color: #F4D20C;
}
.TagClassName
{
border-color: #F4D20C;
}
</style>