Shades of Golden Yellow #FCDE02
Tints of Golden Yellow #FCDE02
RGB
CMYK
RGB Variations
Color information
#FCDE02 (or 0xFCDE02) is known color: Golden Yellow. HEX triplet: FC, DE and 02. RGB value is (252,222,2). Sum of RGB (Red+Green+Blue) = 252+222+2=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDE02 is #0321FD. Grayscale: #CECECE. Windows color (decimal): -205310 or 188156. OLE color: 188156.
HSL color Cylindrical-coordinate representation of color #FCDE02: hue angle of 52.8º 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 #FCDE02 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.01 |
| HSL | 52.8º | 0.98% | 0.5% | - |
| HSV(B) | 52.8º | 0.99% | 0.99% | - |
| XYZ | 66.28 | 72.94 | 10.64 | - |
| YUV | 205.89 | 12.94 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 2 | 0 | 0.12 | 0.99 | 0.01 | 52.8 | 0.98 | 0.5 |
| Hex | FC | DE | 2 | 0 | C | 63 | 1 | 35 | 62 | 32 |
| Octal | 374 | 336 | 2 | 0 | 14 | 143 | 1 | 65 | 142 | 62 |
| Binary | 11111100 | 11011110 | 10 | 0 | 1100 | 1100011 | 1 | 110101 | 1100010 | 110010 |
Color Harmonies of #FCDE02
Complementary color
Monochromatic Colors of #FCDE02
Black with #FCDE02
Text Example
Text Example
White with #FCDE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE02; }
p { color: rgb(252,222,2); }
H1.HeaderClassName
{
color: #FCDE02;
}
.AnyTagClassName
{
color: #FCDE02;
}
</style>
background-color css
<style>
a { background-color: #FCDE02; }
a { background-color: rgb(252,222,2); }
div.DivClassName
{
background-color: #FCDE02;
}
.BgClassName
{
background-color: #FCDE02;
}
</style>
border-color css
<style>
span { border-color: #FCDE02; }
span { border-color: rgb(252,222,2); }
td.TdClassName
{
border-color: #FCDE02;
}
.TagClassName
{
border-color: #FCDE02;
}
</style>