Shades of Golden Yellow #FCDD02
Tints of Golden Yellow #FCDD02
RGB
CMYK
RGB Variations
Color information
#FCDD02 (or 0xFCDD02) is known color: Golden Yellow. HEX triplet: FC, DD and 02. RGB value is (252,221,2). Sum of RGB (Red+Green+Blue) = 252+221+2=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 2 (1.17% from 255 or 0.42% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD02 is #0322FD. Grayscale: #CECECE. Windows color (decimal): -205566 or 187900. OLE color: 187900.
HSL color Cylindrical-coordinate representation of color #FCDD02: hue angle of 52.56º 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 #FCDD02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.01 |
| HSL | 52.56º | 0.98% | 0.5% | - |
| HSV(B) | 52.56º | 0.99% | 0.99% | - |
| XYZ | 66.01 | 72.41 | 10.56 | - |
| YUV | 205.3 | 13.27 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 2 | 0 | 0.12 | 0.99 | 0.01 | 52.56 | 0.98 | 0.5 |
| Hex | FC | DD | 2 | 0 | C | 63 | 1 | 35 | 62 | 32 |
| Octal | 374 | 335 | 2 | 0 | 14 | 143 | 1 | 65 | 142 | 62 |
| Binary | 11111100 | 11011101 | 10 | 0 | 1100 | 1100011 | 1 | 110101 | 1100010 | 110010 |
Color Harmonies of #FCDD02
Complementary color
Monochromatic Colors of #FCDD02
Black with #FCDD02
Text Example
Text Example
White with #FCDD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD02; }
p { color: rgb(252,221,2); }
H1.HeaderClassName
{
color: #FCDD02;
}
.AnyTagClassName
{
color: #FCDD02;
}
</style>
background-color css
<style>
a { background-color: #FCDD02; }
a { background-color: rgb(252,221,2); }
div.DivClassName
{
background-color: #FCDD02;
}
.BgClassName
{
background-color: #FCDD02;
}
</style>
border-color css
<style>
span { border-color: #FCDD02; }
span { border-color: rgb(252,221,2); }
td.TdClassName
{
border-color: #FCDD02;
}
.TagClassName
{
border-color: #FCDD02;
}
</style>