Shades of Golden Yellow #FCE501
Tints of Golden Yellow #FCE501
RGB
CMYK
RGB Variations
Color information
#FCE501 (or 0xFCE501) is known color: Golden Yellow. HEX triplet: FC, E5 and 01. RGB value is (252,229,1). Sum of RGB (Red+Green+Blue) = 252+229+1=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 1 (0.78% from 255 or 0.21% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE501 is #031AFE. Grayscale: #D2D2D2. Windows color (decimal): -203519 or 124412. OLE color: 124412.
HSL color Cylindrical-coordinate representation of color #FCE501: hue angle of 54.5º 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 #FCE501 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.01 |
| HSL | 54.5º | 0.99% | 0.5% | - |
| HSV(B) | 54.5º | 1% | 0.99% | - |
| XYZ | 68.17 | 76.74 | 11.25 | - |
| YUV | 209.89 | 10.12 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 1 | 0 | 0.09 | 1.00 | 0.01 | 54.5 | 0.99 | 0.5 |
| Hex | FC | E5 | 1 | 0 | 9 | 64 | 1 | 37 | 63 | 32 |
| Octal | 374 | 345 | 1 | 0 | 11 | 144 | 1 | 67 | 143 | 62 |
| Binary | 11111100 | 11100101 | 1 | 0 | 1001 | 1100100 | 1 | 110111 | 1100011 | 110010 |
Color Harmonies of #FCE501
Complementary color
Monochromatic Colors of #FCE501
Black with #FCE501
Text Example
Text Example
White with #FCE501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE501; }
p { color: rgb(252,229,1); }
H1.HeaderClassName
{
color: #FCE501;
}
.AnyTagClassName
{
color: #FCE501;
}
</style>
background-color css
<style>
a { background-color: #FCE501; }
a { background-color: rgb(252,229,1); }
div.DivClassName
{
background-color: #FCE501;
}
.BgClassName
{
background-color: #FCE501;
}
</style>
border-color css
<style>
span { border-color: #FCE501; }
span { border-color: rgb(252,229,1); }
td.TdClassName
{
border-color: #FCE501;
}
.TagClassName
{
border-color: #FCE501;
}
</style>