Shades of Gold #F4D608
Tints of Gold #F4D608
RGB
CMYK
RGB Variations
Color information
#F4D608 (or 0xF4D608) is known color: Gold. HEX triplet: F4, D6 and 08. RGB value is (244,214,8). Sum of RGB (Red+Green+Blue) = 244+214+8=466 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.36% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 8 (3.52% from 255 or 1.72% from 466); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D608 is #0B29F7. Grayscale: #C8C8C8. Windows color (decimal): -731640 or 579316. OLE color: 579316.
HSL color Cylindrical-coordinate representation of color #F4D608: hue angle of 52.37º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F4D608 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 8 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.04 |
| HSL | 52.37º | 0.94% | 0.49% | - |
| HSV(B) | 52.37º | 0.97% | 0.96% | - |
| XYZ | 61.4 | 67.34 | 9.99 | - |
| YUV | 199.49 | 19.94 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 8 | 0 | 0.12 | 0.97 | 0.04 | 52.37 | 0.94 | 0.49 |
| Hex | F4 | D6 | 8 | 0 | C | 61 | 4 | 34 | 5E | 31 |
| Octal | 364 | 326 | 10 | 0 | 14 | 141 | 4 | 64 | 136 | 61 |
| Binary | 11110100 | 11010110 | 1000 | 0 | 1100 | 1100001 | 100 | 110100 | 1011110 | 110001 |
Color Harmonies of #F4D608
Complementary color
Monochromatic Colors of #F4D608
Black with #F4D608
Text Example
Text Example
White with #F4D608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D608; }
p { color: rgb(244,214,8); }
H1.HeaderClassName
{
color: #F4D608;
}
.AnyTagClassName
{
color: #F4D608;
}
</style>
background-color css
<style>
a { background-color: #F4D608; }
a { background-color: rgb(244,214,8); }
div.DivClassName
{
background-color: #F4D608;
}
.BgClassName
{
background-color: #F4D608;
}
</style>
border-color css
<style>
span { border-color: #F4D608; }
span { border-color: rgb(244,214,8); }
td.TdClassName
{
border-color: #F4D608;
}
.TagClassName
{
border-color: #F4D608;
}
</style>