Shades of Golden Yellow #FCE904
Tints of Golden Yellow #FCE904
RGB
CMYK
RGB Variations
Color information
#FCE904 (or 0xFCE904) is known color: Golden Yellow. HEX triplet: FC, E9 and 04. RGB value is (252,233,4). Sum of RGB (Red+Green+Blue) = 252+233+4=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 4 (1.95% from 255 or 0.82% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE904 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE904 is #0316FB. Grayscale: #D5D5D5. Windows color (decimal): -202492 or 322044. OLE color: 322044.
HSL color Cylindrical-coordinate representation of color #FCE904: hue angle of 55.4º 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 #FCE904 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.01 |
| HSL | 55.4º | 0.98% | 0.5% | - |
| HSV(B) | 55.4º | 0.98% | 0.99% | - |
| XYZ | 69.31 | 78.98 | 11.71 | - |
| YUV | 212.58 | 10.29 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 4 | 0 | 0.08 | 0.98 | 0.01 | 55.4 | 0.98 | 0.5 |
| Hex | FC | E9 | 4 | 0 | 8 | 62 | 1 | 37 | 62 | 32 |
| Octal | 374 | 351 | 4 | 0 | 10 | 142 | 1 | 67 | 142 | 62 |
| Binary | 11111100 | 11101001 | 100 | 0 | 1000 | 1100010 | 1 | 110111 | 1100010 | 110010 |
Color Harmonies of #FCE904
Complementary color
Monochromatic Colors of #FCE904
Black with #FCE904
Text Example
Text Example
White with #FCE904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE904; }
p { color: rgb(252,233,4); }
H1.HeaderClassName
{
color: #FCE904;
}
.AnyTagClassName
{
color: #FCE904;
}
</style>
background-color css
<style>
a { background-color: #FCE904; }
a { background-color: rgb(252,233,4); }
div.DivClassName
{
background-color: #FCE904;
}
.BgClassName
{
background-color: #FCE904;
}
</style>
border-color css
<style>
span { border-color: #FCE904; }
span { border-color: rgb(252,233,4); }
td.TdClassName
{
border-color: #FCE904;
}
.TagClassName
{
border-color: #FCE904;
}
</style>