Shades of Golden Yellow #FCE005
Tints of Golden Yellow #FCE005
RGB
CMYK
RGB Variations
Color information
#FCE005 (or 0xFCE005) is known color: Golden Yellow. HEX triplet: FC, E0 and 05. RGB value is (252,224,5). Sum of RGB (Red+Green+Blue) = 252+224+5=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 5 (2.34% from 255 or 1.04% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE005 is #031FFA. Grayscale: #D0D0D0. Windows color (decimal): -204795 or 385276. OLE color: 385276.
HSL color Cylindrical-coordinate representation of color #FCE005: hue angle of 53.2º 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 #FCE005 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.01 |
| HSL | 53.2º | 0.98% | 0.5% | - |
| HSV(B) | 53.2º | 0.98% | 0.99% | - |
| XYZ | 66.83 | 74.02 | 10.91 | - |
| YUV | 207.41 | 13.78 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 5 | 0 | 0.11 | 0.98 | 0.01 | 53.2 | 0.98 | 0.5 |
| Hex | FC | E0 | 5 | 0 | B | 62 | 1 | 35 | 62 | 32 |
| Octal | 374 | 340 | 5 | 0 | 13 | 142 | 1 | 65 | 142 | 62 |
| Binary | 11111100 | 11100000 | 101 | 0 | 1011 | 1100010 | 1 | 110101 | 1100010 | 110010 |
Color Harmonies of #FCE005
Complementary color
Monochromatic Colors of #FCE005
Black with #FCE005
Text Example
Text Example
White with #FCE005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE005; }
p { color: rgb(252,224,5); }
H1.HeaderClassName
{
color: #FCE005;
}
.AnyTagClassName
{
color: #FCE005;
}
</style>
background-color css
<style>
a { background-color: #FCE005; }
a { background-color: rgb(252,224,5); }
div.DivClassName
{
background-color: #FCE005;
}
.BgClassName
{
background-color: #FCE005;
}
</style>
border-color css
<style>
span { border-color: #FCE005; }
span { border-color: rgb(252,224,5); }
td.TdClassName
{
border-color: #FCE005;
}
.TagClassName
{
border-color: #FCE005;
}
</style>