Shades of Golden Yellow #FCE804
Tints of Golden Yellow #FCE804
RGB
CMYK
RGB Variations
Color information
#FCE804 (or 0xFCE804) is known color: Golden Yellow. HEX triplet: FC, E8 and 04. RGB value is (252,232,4). Sum of RGB (Red+Green+Blue) = 252+232+4=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 4 (1.95% from 255 or 0.82% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE804 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE804 is #0317FB. Grayscale: #D4D4D4. Windows color (decimal): -202748 or 321788. OLE color: 321788.
HSL color Cylindrical-coordinate representation of color #FCE804: hue angle of 55.16º 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 #FCE804 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.01 |
| HSL | 55.16º | 0.98% | 0.5% | - |
| HSV(B) | 55.16º | 0.98% | 0.99% | - |
| XYZ | 69.02 | 78.42 | 11.61 | - |
| YUV | 211.99 | 10.63 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 4 | 0 | 0.08 | 0.98 | 0.01 | 55.16 | 0.98 | 0.5 |
| Hex | FC | E8 | 4 | 0 | 8 | 62 | 1 | 37 | 62 | 32 |
| Octal | 374 | 350 | 4 | 0 | 10 | 142 | 1 | 67 | 142 | 62 |
| Binary | 11111100 | 11101000 | 100 | 0 | 1000 | 1100010 | 1 | 110111 | 1100010 | 110010 |
Color Harmonies of #FCE804
Complementary color
Monochromatic Colors of #FCE804
Black with #FCE804
Text Example
Text Example
White with #FCE804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE804; }
p { color: rgb(252,232,4); }
H1.HeaderClassName
{
color: #FCE804;
}
.AnyTagClassName
{
color: #FCE804;
}
</style>
background-color css
<style>
a { background-color: #FCE804; }
a { background-color: rgb(252,232,4); }
div.DivClassName
{
background-color: #FCE804;
}
.BgClassName
{
background-color: #FCE804;
}
</style>
border-color css
<style>
span { border-color: #FCE804; }
span { border-color: rgb(252,232,4); }
td.TdClassName
{
border-color: #FCE804;
}
.TagClassName
{
border-color: #FCE804;
}
</style>