Shades of Golden Yellow #FDDC01
Tints of Golden Yellow #FDDC01
RGB
CMYK
RGB Variations
Color information
#FDDC01 (or 0xFDDC01) is known color: Golden Yellow. HEX triplet: FD, DC and 01. RGB value is (253,220,1). Sum of RGB (Red+Green+Blue) = 253+220+1=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDDC01 is #0223FE. Grayscale: #CDCDCD. Windows color (decimal): -140287 or 122109. OLE color: 122109.
HSL color Cylindrical-coordinate representation of color #FDDC01: hue angle of 52.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDDC01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 1 | - |
| CMYK | 0 | 0.13 | 1.00 | 0.01 |
| HSL | 52.14º | 0.99% | 0.5% | - |
| HSV(B) | 52.14º | 1% | 0.99% | - |
| XYZ | 66.11 | 72.07 | 10.46 | - |
| YUV | 204.9 | 12.93 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 1 | 0 | 0.13 | 1.00 | 0.01 | 52.14 | 0.99 | 0.5 |
| Hex | FD | DC | 1 | 0 | D | 64 | 1 | 34 | 63 | 32 |
| Octal | 375 | 334 | 1 | 0 | 15 | 144 | 1 | 64 | 143 | 62 |
| Binary | 11111101 | 11011100 | 1 | 0 | 1101 | 1100100 | 1 | 110100 | 1100011 | 110010 |
Color Harmonies of #FDDC01
Complementary color
Monochromatic Colors of #FDDC01
Black with #FDDC01
Text Example
Text Example
White with #FDDC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDC01; }
p { color: rgb(253,220,1); }
H1.HeaderClassName
{
color: #FDDC01;
}
.AnyTagClassName
{
color: #FDDC01;
}
</style>
background-color css
<style>
a { background-color: #FDDC01; }
a { background-color: rgb(253,220,1); }
div.DivClassName
{
background-color: #FDDC01;
}
.BgClassName
{
background-color: #FDDC01;
}
</style>
border-color css
<style>
span { border-color: #FDDC01; }
span { border-color: rgb(253,220,1); }
td.TdClassName
{
border-color: #FDDC01;
}
.TagClassName
{
border-color: #FDDC01;
}
</style>