Shades of Gold #F4D10C
Tints of Gold #F4D10C
RGB
CMYK
RGB Variations
Color information
#F4D10C (or 0xF4D10C) is known color: Gold. HEX triplet: F4, D1 and 0C. RGB value is (244,209,12). Sum of RGB (Red+Green+Blue) = 244+209+12=465 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.47% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 12 (5.08% from 255 or 2.58% from 465); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D10C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D10C is #0B2EF3. Grayscale: #C5C5C5. Windows color (decimal): -732916 or 840180. OLE color: 840180.
HSL color Cylindrical-coordinate representation of color #F4D10C: hue angle of 50.95º 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 #F4D10C is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 209 | 12 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.04 |
| HSL | 50.95º | 0.91% | 0.5% | - |
| HSV(B) | 50.95º | 0.95% | 0.96% | - |
| XYZ | 60.18 | 64.86 | 9.7 | - |
| YUV | 197.01 | 23.6 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 209 | 12 | 0 | 0.14 | 0.95 | 0.04 | 50.95 | 0.91 | 0.5 |
| Hex | F4 | D1 | C | 0 | E | 5F | 4 | 33 | 5B | 32 |
| Octal | 364 | 321 | 14 | 0 | 16 | 137 | 4 | 63 | 133 | 62 |
| Binary | 11110100 | 11010001 | 1100 | 0 | 1110 | 1011111 | 100 | 110011 | 1011011 | 110010 |
Color Harmonies of #F4D10C
Complementary color
Monochromatic Colors of #F4D10C
Black with #F4D10C
Text Example
Text Example
White with #F4D10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D10C; }
p { color: rgb(244,209,12); }
H1.HeaderClassName
{
color: #F4D10C;
}
.AnyTagClassName
{
color: #F4D10C;
}
</style>
background-color css
<style>
a { background-color: #F4D10C; }
a { background-color: rgb(244,209,12); }
div.DivClassName
{
background-color: #F4D10C;
}
.BgClassName
{
background-color: #F4D10C;
}
</style>
border-color css
<style>
span { border-color: #F4D10C; }
span { border-color: rgb(244,209,12); }
td.TdClassName
{
border-color: #F4D10C;
}
.TagClassName
{
border-color: #F4D10C;
}
</style>