Shades of Golden Yellow #FCDF02
Tints of Golden Yellow #FCDF02
RGB
CMYK
RGB Variations
Color information
#FCDF02 (or 0xFCDF02) is known color: Golden Yellow. HEX triplet: FC, DF and 02. RGB value is (252,223,2). Sum of RGB (Red+Green+Blue) = 252+223+2=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 2 (1.17% from 255 or 0.42% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF02 is #0320FD. Grayscale: #CFCFCF. Windows color (decimal): -205054 or 188412. OLE color: 188412.
HSL color Cylindrical-coordinate representation of color #FCDF02: hue angle of 53.04º 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 #FCDF02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.01 |
| HSL | 53.04º | 0.98% | 0.5% | - |
| HSV(B) | 53.04º | 0.99% | 0.99% | - |
| XYZ | 66.54 | 73.48 | 10.73 | - |
| YUV | 206.48 | 12.61 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 2 | 0 | 0.12 | 0.99 | 0.01 | 53.04 | 0.98 | 0.5 |
| Hex | FC | DF | 2 | 0 | C | 63 | 1 | 35 | 62 | 32 |
| Octal | 374 | 337 | 2 | 0 | 14 | 143 | 1 | 65 | 142 | 62 |
| Binary | 11111100 | 11011111 | 10 | 0 | 1100 | 1100011 | 1 | 110101 | 1100010 | 110010 |
Color Harmonies of #FCDF02
Complementary color
Monochromatic Colors of #FCDF02
Black with #FCDF02
Text Example
Text Example
White with #FCDF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF02; }
p { color: rgb(252,223,2); }
H1.HeaderClassName
{
color: #FCDF02;
}
.AnyTagClassName
{
color: #FCDF02;
}
</style>
background-color css
<style>
a { background-color: #FCDF02; }
a { background-color: rgb(252,223,2); }
div.DivClassName
{
background-color: #FCDF02;
}
.BgClassName
{
background-color: #FCDF02;
}
</style>
border-color css
<style>
span { border-color: #FCDF02; }
span { border-color: rgb(252,223,2); }
td.TdClassName
{
border-color: #FCDF02;
}
.TagClassName
{
border-color: #FCDF02;
}
</style>