Shades of Golden Yellow #FDDD02
Tints of Golden Yellow #FDDD02
RGB
CMYK
RGB Variations
Color information
#FDDD02 (or 0xFDDD02) is known color: Golden Yellow. HEX triplet: FD, DD and 02. RGB value is (253,221,2). Sum of RGB (Red+Green+Blue) = 253+221+2=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDD02 is #0222FD. Grayscale: #CECECE. Windows color (decimal): -140030 or 187901. OLE color: 187901.
HSL color Cylindrical-coordinate representation of color #FDDD02: hue angle of 52.35º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDDD02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 221 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.01 |
| HSL | 52.35º | 0.98% | 0.5% | - |
| HSV(B) | 52.35º | 0.99% | 0.99% | - |
| XYZ | 66.38 | 72.6 | 10.57 | - |
| YUV | 205.6 | 13.1 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 221 | 2 | 0 | 0.13 | 0.99 | 0.01 | 52.35 | 0.98 | 0.5 |
| Hex | FD | DD | 2 | 0 | D | 63 | 1 | 34 | 62 | 32 |
| Octal | 375 | 335 | 2 | 0 | 15 | 143 | 1 | 64 | 142 | 62 |
| Binary | 11111101 | 11011101 | 10 | 0 | 1101 | 1100011 | 1 | 110100 | 1100010 | 110010 |
Color Harmonies of #FDDD02
Complementary color
Monochromatic Colors of #FDDD02
Black with #FDDD02
Text Example
Text Example
White with #FDDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDD02; }
p { color: rgb(253,221,2); }
H1.HeaderClassName
{
color: #FDDD02;
}
.AnyTagClassName
{
color: #FDDD02;
}
</style>
background-color css
<style>
a { background-color: #FDDD02; }
a { background-color: rgb(253,221,2); }
div.DivClassName
{
background-color: #FDDD02;
}
.BgClassName
{
background-color: #FDDD02;
}
</style>
border-color css
<style>
span { border-color: #FDDD02; }
span { border-color: rgb(253,221,2); }
td.TdClassName
{
border-color: #FDDD02;
}
.TagClassName
{
border-color: #FDDD02;
}
</style>