Shades of Gold #FDD404
Tints of Gold #FDD404
RGB
CMYK
RGB Variations
Color information
#FDD404 (or 0xFDD404) is known color: Gold. HEX triplet: FD, D4 and 04. RGB value is (253,212,4). Sum of RGB (Red+Green+Blue) = 253+212+4=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 212 (83.20% from 255 or 45.20% from 469); Blue value is 4 (1.95% from 255 or 0.85% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD404 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD404 is #022BFB. Grayscale: #C9C9C9. Windows color (decimal): -142332 or 316669. OLE color: 316669.
HSL color Cylindrical-coordinate representation of color #FDD404: hue angle of 50.12º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDD404 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 212 | 4 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.01 |
| HSL | 50.12º | 0.98% | 0.5% | - |
| HSV(B) | 50.12º | 0.98% | 0.99% | - |
| XYZ | 64.07 | 67.98 | 9.86 | - |
| YUV | 200.55 | 17.08 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 212 | 4 | 0 | 0.16 | 0.98 | 0.01 | 50.12 | 0.98 | 0.5 |
| Hex | FD | D4 | 4 | 0 | 10 | 62 | 1 | 32 | 62 | 32 |
| Octal | 375 | 324 | 4 | 0 | 20 | 142 | 1 | 62 | 142 | 62 |
| Binary | 11111101 | 11010100 | 100 | 0 | 10000 | 1100010 | 1 | 110010 | 1100010 | 110010 |
Color Harmonies of #FDD404
Complementary color
Monochromatic Colors of #FDD404
Black with #FDD404
Text Example
Text Example
White with #FDD404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD404; }
p { color: rgb(253,212,4); }
H1.HeaderClassName
{
color: #FDD404;
}
.AnyTagClassName
{
color: #FDD404;
}
</style>
background-color css
<style>
a { background-color: #FDD404; }
a { background-color: rgb(253,212,4); }
div.DivClassName
{
background-color: #FDD404;
}
.BgClassName
{
background-color: #FDD404;
}
</style>
border-color css
<style>
span { border-color: #FDD404; }
span { border-color: rgb(253,212,4); }
td.TdClassName
{
border-color: #FDD404;
}
.TagClassName
{
border-color: #FDD404;
}
</style>