Shades of Golden Yellow #FCDC02
Tints of Golden Yellow #FCDC02
RGB
CMYK
RGB Variations
Color information
#FCDC02 (or 0xFCDC02) is known color: Golden Yellow. HEX triplet: FC, DC and 02. RGB value is (252,220,2). Sum of RGB (Red+Green+Blue) = 252+220+2=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC02 is #0323FD. Grayscale: #CDCDCD. Windows color (decimal): -205822 or 187644. OLE color: 187644.
HSL color Cylindrical-coordinate representation of color #FCDC02: hue angle of 52.32º 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 #FCDC02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.01 |
| HSL | 52.32º | 0.98% | 0.5% | - |
| HSV(B) | 52.32º | 0.99% | 0.99% | - |
| XYZ | 65.75 | 71.89 | 10.47 | - |
| YUV | 204.72 | 13.6 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 2 | 0 | 0.13 | 0.99 | 0.01 | 52.32 | 0.98 | 0.5 |
| Hex | FC | DC | 2 | 0 | D | 63 | 1 | 34 | 62 | 32 |
| Octal | 374 | 334 | 2 | 0 | 15 | 143 | 1 | 64 | 142 | 62 |
| Binary | 11111100 | 11011100 | 10 | 0 | 1101 | 1100011 | 1 | 110100 | 1100010 | 110010 |
Color Harmonies of #FCDC02
Complementary color
Monochromatic Colors of #FCDC02
Black with #FCDC02
Text Example
Text Example
White with #FCDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC02; }
p { color: rgb(252,220,2); }
H1.HeaderClassName
{
color: #FCDC02;
}
.AnyTagClassName
{
color: #FCDC02;
}
</style>
background-color css
<style>
a { background-color: #FCDC02; }
a { background-color: rgb(252,220,2); }
div.DivClassName
{
background-color: #FCDC02;
}
.BgClassName
{
background-color: #FCDC02;
}
</style>
border-color css
<style>
span { border-color: #FCDC02; }
span { border-color: rgb(252,220,2); }
td.TdClassName
{
border-color: #FCDC02;
}
.TagClassName
{
border-color: #FCDC02;
}
</style>