Shades of Golden Yellow #FCE204
Tints of Golden Yellow #FCE204
RGB
CMYK
RGB Variations
Color information
#FCE204 (or 0xFCE204) is known color: Golden Yellow. HEX triplet: FC, E2 and 04. RGB value is (252,226,4). Sum of RGB (Red+Green+Blue) = 252+226+4=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 4 (1.95% from 255 or 0.83% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE204 is #031DFB. Grayscale: #D1D1D1. Windows color (decimal): -204284 or 320252. OLE color: 320252.
HSL color Cylindrical-coordinate representation of color #FCE204: hue angle of 53.71º 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 #FCE204 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.01 |
| HSL | 53.71º | 0.98% | 0.5% | - |
| HSV(B) | 53.71º | 0.98% | 0.99% | - |
| XYZ | 67.36 | 75.1 | 11.06 | - |
| YUV | 208.47 | 12.61 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 4 | 0 | 0.10 | 0.98 | 0.01 | 53.71 | 0.98 | 0.5 |
| Hex | FC | E2 | 4 | 0 | A | 62 | 1 | 36 | 62 | 32 |
| Octal | 374 | 342 | 4 | 0 | 12 | 142 | 1 | 66 | 142 | 62 |
| Binary | 11111100 | 11100010 | 100 | 0 | 1010 | 1100010 | 1 | 110110 | 1100010 | 110010 |
Color Harmonies of #FCE204
Complementary color
Monochromatic Colors of #FCE204
Black with #FCE204
Text Example
Text Example
White with #FCE204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE204; }
p { color: rgb(252,226,4); }
H1.HeaderClassName
{
color: #FCE204;
}
.AnyTagClassName
{
color: #FCE204;
}
</style>
background-color css
<style>
a { background-color: #FCE204; }
a { background-color: rgb(252,226,4); }
div.DivClassName
{
background-color: #FCE204;
}
.BgClassName
{
background-color: #FCE204;
}
</style>
border-color css
<style>
span { border-color: #FCE204; }
span { border-color: rgb(252,226,4); }
td.TdClassName
{
border-color: #FCE204;
}
.TagClassName
{
border-color: #FCE204;
}
</style>