Shades of Golden Yellow #FCDE04
Tints of Golden Yellow #FCDE04
RGB
CMYK
RGB Variations
Color information
#FCDE04 (or 0xFCDE04) is known color: Golden Yellow. HEX triplet: FC, DE and 04. RGB value is (252,222,4). Sum of RGB (Red+Green+Blue) = 252+222+4=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 4 (1.95% from 255 or 0.84% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDE04 is #0321FB. Grayscale: #CFCFCF. Windows color (decimal): -205308 or 319228. OLE color: 319228.
HSL color Cylindrical-coordinate representation of color #FCDE04: hue angle of 52.74º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCDE04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.01 |
| HSL | 52.74º | 0.98% | 0.5% | - |
| HSV(B) | 52.74º | 0.98% | 0.99% | - |
| XYZ | 66.29 | 72.95 | 10.7 | - |
| YUV | 206.12 | 13.94 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 4 | 0 | 0.12 | 0.98 | 0.01 | 52.74 | 0.98 | 0.5 |
| Hex | FC | DE | 4 | 0 | C | 62 | 1 | 35 | 62 | 32 |
| Octal | 374 | 336 | 4 | 0 | 14 | 142 | 1 | 65 | 142 | 62 |
| Binary | 11111100 | 11011110 | 100 | 0 | 1100 | 1100010 | 1 | 110101 | 1100010 | 110010 |
Color Harmonies of #FCDE04
Complementary color
Monochromatic Colors of #FCDE04
Black with #FCDE04
Text Example
Text Example
White with #FCDE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE04; }
p { color: rgb(252,222,4); }
H1.HeaderClassName
{
color: #FCDE04;
}
.AnyTagClassName
{
color: #FCDE04;
}
</style>
background-color css
<style>
a { background-color: #FCDE04; }
a { background-color: rgb(252,222,4); }
div.DivClassName
{
background-color: #FCDE04;
}
.BgClassName
{
background-color: #FCDE04;
}
</style>
border-color css
<style>
span { border-color: #FCDE04; }
span { border-color: rgb(252,222,4); }
td.TdClassName
{
border-color: #FCDE04;
}
.TagClassName
{
border-color: #FCDE04;
}
</style>