Shades of Gold #F4D306
Tints of Gold #F4D306
RGB
CMYK
RGB Variations
Color information
#F4D306 (or 0xF4D306) is known color: Gold. HEX triplet: F4, D3 and 06. RGB value is (244,211,6). Sum of RGB (Red+Green+Blue) = 244+211+6=461 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.93% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 6 (2.73% from 255 or 1.30% from 461); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D306 is #0B2CF9. Grayscale: #C6C6C6. Windows color (decimal): -732410 or 447476. OLE color: 447476.
HSL color Cylindrical-coordinate representation of color #F4D306: hue angle of 51.68º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4D306 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 6 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.04 |
| HSL | 51.68º | 0.95% | 0.49% | - |
| HSV(B) | 51.68º | 0.98% | 0.96% | - |
| XYZ | 60.64 | 65.83 | 9.68 | - |
| YUV | 197.5 | 19.93 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 6 | 0 | 0.14 | 0.98 | 0.04 | 51.68 | 0.95 | 0.49 |
| Hex | F4 | D3 | 6 | 0 | E | 62 | 4 | 34 | 5F | 31 |
| Octal | 364 | 323 | 6 | 0 | 16 | 142 | 4 | 64 | 137 | 61 |
| Binary | 11110100 | 11010011 | 110 | 0 | 1110 | 1100010 | 100 | 110100 | 1011111 | 110001 |
Color Harmonies of #F4D306
Complementary color
Monochromatic Colors of #F4D306
Black with #F4D306
Text Example
Text Example
White with #F4D306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D306; }
p { color: rgb(244,211,6); }
H1.HeaderClassName
{
color: #F4D306;
}
.AnyTagClassName
{
color: #F4D306;
}
</style>
background-color css
<style>
a { background-color: #F4D306; }
a { background-color: rgb(244,211,6); }
div.DivClassName
{
background-color: #F4D306;
}
.BgClassName
{
background-color: #F4D306;
}
</style>
border-color css
<style>
span { border-color: #F4D306; }
span { border-color: rgb(244,211,6); }
td.TdClassName
{
border-color: #F4D306;
}
.TagClassName
{
border-color: #F4D306;
}
</style>