Shades of Golden Yellow #FDDE04
Tints of Golden Yellow #FDDE04
RGB
CMYK
RGB Variations
Color information
#FDDE04 (or 0xFDDE04) is known color: Golden Yellow. HEX triplet: FD, DE and 04. RGB value is (253,222,4). Sum of RGB (Red+Green+Blue) = 253+222+4=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 4 (1.95% from 255 or 0.84% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDE04 is #0221FB. Grayscale: #CFCFCF. Windows color (decimal): -139772 or 319229. OLE color: 319229.
HSL color Cylindrical-coordinate representation of color #FDDE04: hue angle of 52.53º 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 #FDDE04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.01 |
| HSL | 52.53º | 0.98% | 0.5% | - |
| HSV(B) | 52.53º | 0.98% | 0.99% | - |
| XYZ | 66.65 | 73.13 | 10.72 | - |
| YUV | 206.42 | 13.77 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 4 | 0 | 0.12 | 0.98 | 0.01 | 52.53 | 0.98 | 0.5 |
| Hex | FD | DE | 4 | 0 | C | 62 | 1 | 35 | 62 | 32 |
| Octal | 375 | 336 | 4 | 0 | 14 | 142 | 1 | 65 | 142 | 62 |
| Binary | 11111101 | 11011110 | 100 | 0 | 1100 | 1100010 | 1 | 110101 | 1100010 | 110010 |
Color Harmonies of #FDDE04
Complementary color
Monochromatic Colors of #FDDE04
Black with #FDDE04
Text Example
Text Example
White with #FDDE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDE04; }
p { color: rgb(253,222,4); }
H1.HeaderClassName
{
color: #FDDE04;
}
.AnyTagClassName
{
color: #FDDE04;
}
</style>
background-color css
<style>
a { background-color: #FDDE04; }
a { background-color: rgb(253,222,4); }
div.DivClassName
{
background-color: #FDDE04;
}
.BgClassName
{
background-color: #FDDE04;
}
</style>
border-color css
<style>
span { border-color: #FDDE04; }
span { border-color: rgb(253,222,4); }
td.TdClassName
{
border-color: #FDDE04;
}
.TagClassName
{
border-color: #FDDE04;
}
</style>