Shades of Golden Yellow #FDDC02
Tints of Golden Yellow #FDDC02
RGB
CMYK
RGB Variations
Color information
#FDDC02 (or 0xFDDC02) is known color: Golden Yellow. HEX triplet: FD, DC and 02. RGB value is (253,220,2). Sum of RGB (Red+Green+Blue) = 253+220+2=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC02 is #0223FD. Grayscale: #CDCDCD. Windows color (decimal): -140286 or 187645. OLE color: 187645.
HSL color Cylindrical-coordinate representation of color #FDDC02: hue angle of 52.11º 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 #FDDC02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.01 |
| HSL | 52.11º | 0.98% | 0.5% | - |
| HSV(B) | 52.11º | 0.99% | 0.99% | - |
| XYZ | 66.11 | 72.07 | 10.48 | - |
| YUV | 205.02 | 13.43 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 2 | 0 | 0.13 | 0.99 | 0.01 | 52.11 | 0.98 | 0.5 |
| Hex | FD | DC | 2 | 0 | D | 63 | 1 | 34 | 62 | 32 |
| Octal | 375 | 334 | 2 | 0 | 15 | 143 | 1 | 64 | 142 | 62 |
| Binary | 11111101 | 11011100 | 10 | 0 | 1101 | 1100011 | 1 | 110100 | 1100010 | 110010 |
Color Harmonies of #FDDC02
Complementary color
Monochromatic Colors of #FDDC02
Black with #FDDC02
Text Example
Text Example
White with #FDDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC02; }
p { color: rgb(253,220,2); }
H1.HeaderClassName
{
color: #FDDC02;
}
.AnyTagClassName
{
color: #FDDC02;
}
</style>
background-color css
<style>
a { background-color: #FDDC02; }
a { background-color: rgb(253,220,2); }
div.DivClassName
{
background-color: #FDDC02;
}
.BgClassName
{
background-color: #FDDC02;
}
</style>
border-color css
<style>
span { border-color: #FDDC02; }
span { border-color: rgb(253,220,2); }
td.TdClassName
{
border-color: #FDDC02;
}
.TagClassName
{
border-color: #FDDC02;
}
</style>