Shades of Golden Yellow #FCE001
Tints of Golden Yellow #FCE001
RGB
CMYK
RGB Variations
Color information
#FCE001 (or 0xFCE001) is known color: Golden Yellow. HEX triplet: FC, E0 and 01. RGB value is (252,224,1). Sum of RGB (Red+Green+Blue) = 252+224+1=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 1 (0.78% from 255 or 0.21% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE001 is #031FFE. Grayscale: #CFCFCF. Windows color (decimal): -204799 or 123132. OLE color: 123132.
HSL color Cylindrical-coordinate representation of color #FCE001: hue angle of 53.31º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCE001 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.01 |
| HSL | 53.31º | 0.99% | 0.5% | - |
| HSV(B) | 53.31º | 1% | 0.99% | - |
| XYZ | 66.81 | 74.01 | 10.79 | - |
| YUV | 206.95 | 11.78 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 1 | 0 | 0.11 | 1.00 | 0.01 | 53.31 | 0.99 | 0.5 |
| Hex | FC | E0 | 1 | 0 | B | 64 | 1 | 35 | 63 | 32 |
| Octal | 374 | 340 | 1 | 0 | 13 | 144 | 1 | 65 | 143 | 62 |
| Binary | 11111100 | 11100000 | 1 | 0 | 1011 | 1100100 | 1 | 110101 | 1100011 | 110010 |
Color Harmonies of #FCE001
Complementary color
Monochromatic Colors of #FCE001
Black with #FCE001
Text Example
Text Example
White with #FCE001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE001; }
p { color: rgb(252,224,1); }
H1.HeaderClassName
{
color: #FCE001;
}
.AnyTagClassName
{
color: #FCE001;
}
</style>
background-color css
<style>
a { background-color: #FCE001; }
a { background-color: rgb(252,224,1); }
div.DivClassName
{
background-color: #FCE001;
}
.BgClassName
{
background-color: #FCE001;
}
</style>
border-color css
<style>
span { border-color: #FCE001; }
span { border-color: rgb(252,224,1); }
td.TdClassName
{
border-color: #FCE001;
}
.TagClassName
{
border-color: #FCE001;
}
</style>