Shades of Gold #F4D305
Tints of Gold #F4D305
RGB
CMYK
RGB Variations
Color information
#F4D305 (or 0xF4D305) is known color: Gold. HEX triplet: F4, D3 and 05. RGB value is (244,211,5). Sum of RGB (Red+Green+Blue) = 244+211+5=460 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.04% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 5 (2.34% from 255 or 1.09% from 460); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D305 is #0B2CFA. Grayscale: #C6C6C6. Windows color (decimal): -732411 or 381940. OLE color: 381940.
HSL color Cylindrical-coordinate representation of color #F4D305: hue angle of 51.72º degrees, saturation: 0.96, 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 #F4D305 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 5 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.04 |
| HSL | 51.72º | 0.96% | 0.49% | - |
| HSV(B) | 51.72º | 0.98% | 0.96% | - |
| XYZ | 60.63 | 65.83 | 9.66 | - |
| YUV | 197.38 | 19.43 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 5 | 0 | 0.14 | 0.98 | 0.04 | 51.72 | 0.96 | 0.49 |
| Hex | F4 | D3 | 5 | 0 | E | 62 | 4 | 34 | 60 | 31 |
| Octal | 364 | 323 | 5 | 0 | 16 | 142 | 4 | 64 | 140 | 61 |
| Binary | 11110100 | 11010011 | 101 | 0 | 1110 | 1100010 | 100 | 110100 | 1100000 | 110001 |
Color Harmonies of #F4D305
Complementary color
Monochromatic Colors of #F4D305
Black with #F4D305
Text Example
Text Example
White with #F4D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D305; }
p { color: rgb(244,211,5); }
H1.HeaderClassName
{
color: #F4D305;
}
.AnyTagClassName
{
color: #F4D305;
}
</style>
background-color css
<style>
a { background-color: #F4D305; }
a { background-color: rgb(244,211,5); }
div.DivClassName
{
background-color: #F4D305;
}
.BgClassName
{
background-color: #F4D305;
}
</style>
border-color css
<style>
span { border-color: #F4D305; }
span { border-color: rgb(244,211,5); }
td.TdClassName
{
border-color: #F4D305;
}
.TagClassName
{
border-color: #F4D305;
}
</style>