Shades of Golden Yellow #FCDD00
Tints of Golden Yellow #FCDD00
RGB
CMYK
RGB Variations
Color information
#FCDD00 (or 0xFCDD00) is known color: Golden Yellow. HEX triplet: FC, DD and 00. RGB value is (252,221,0). Sum of RGB (Red+Green+Blue) = 252+221+0=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 0 (0.39% from 255 or 0% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD00 is #0322FF. Grayscale: #CDCDCD. Windows color (decimal): -205568 or 56828. OLE color: 56828.
HSL color Cylindrical-coordinate representation of color #FCDD00: hue angle of 52.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCDD00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.01 |
| HSL | 52.62º | 1% | 0.49% | - |
| HSV(B) | 52.62º | 1% | 0.99% | - |
| XYZ | 66 | 72.41 | 10.5 | - |
| YUV | 205.08 | 12.27 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 0 | 0 | 0.12 | 1 | 0.01 | 52.62 | 1 | 0.49 |
| Hex | FC | DD | 0 | 0 | C | 64 | 1 | 35 | 64 | 31 |
| Octal | 374 | 335 | 0 | 0 | 14 | 144 | 1 | 65 | 144 | 61 |
| Binary | 11111100 | 11011101 | 0 | 0 | 1100 | 1100100 | 1 | 110101 | 1100100 | 110001 |
Color Harmonies of #FCDD00
Complementary color
Monochromatic Colors of #FCDD00
Black with #FCDD00
Text Example
Text Example
White with #FCDD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD00; }
p { color: rgb(252,221,0); }
H1.HeaderClassName
{
color: #FCDD00;
}
.AnyTagClassName
{
color: #FCDD00;
}
</style>
background-color css
<style>
a { background-color: #FCDD00; }
a { background-color: rgb(252,221,0); }
div.DivClassName
{
background-color: #FCDD00;
}
.BgClassName
{
background-color: #FCDD00;
}
</style>
border-color css
<style>
span { border-color: #FCDD00; }
span { border-color: rgb(252,221,0); }
td.TdClassName
{
border-color: #FCDD00;
}
.TagClassName
{
border-color: #FCDD00;
}
</style>