Shades of Golden Yellow #FDDF00
Tints of Golden Yellow #FDDF00
RGB
CMYK
RGB Variations
Color information
#FDDF00 (or 0xFDDF00) is known color: Golden Yellow. HEX triplet: FD, DF and 00. RGB value is (253,223,0). Sum of RGB (Red+Green+Blue) = 253+223+0=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDF00 is #0220FF. Grayscale: #CFCFCF. Windows color (decimal): -139520 or 57341. OLE color: 57341.
HSL color Cylindrical-coordinate representation of color #FDDF00: hue angle of 52.89º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDDF00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.01 |
| HSL | 52.89º | 1% | 0.5% | - |
| HSV(B) | 52.89º | 1% | 0.99% | - |
| XYZ | 66.9 | 73.66 | 10.69 | - |
| YUV | 206.55 | 11.44 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 0 | 0 | 0.12 | 1 | 0.01 | 52.89 | 1 | 0.5 |
| Hex | FD | DF | 0 | 0 | C | 64 | 1 | 35 | 64 | 32 |
| Octal | 375 | 337 | 0 | 0 | 14 | 144 | 1 | 65 | 144 | 62 |
| Binary | 11111101 | 11011111 | 0 | 0 | 1100 | 1100100 | 1 | 110101 | 1100100 | 110010 |
Color Harmonies of #FDDF00
Complementary color
Monochromatic Colors of #FDDF00
Black with #FDDF00
Text Example
Text Example
White with #FDDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDF00; }
p { color: rgb(253,223,0); }
H1.HeaderClassName
{
color: #FDDF00;
}
.AnyTagClassName
{
color: #FDDF00;
}
</style>
background-color css
<style>
a { background-color: #FDDF00; }
a { background-color: rgb(253,223,0); }
div.DivClassName
{
background-color: #FDDF00;
}
.BgClassName
{
background-color: #FDDF00;
}
</style>
border-color css
<style>
span { border-color: #FDDF00; }
span { border-color: rgb(253,223,0); }
td.TdClassName
{
border-color: #FDDF00;
}
.TagClassName
{
border-color: #FDDF00;
}
</style>