Shades of Golden Yellow #FCE901
Tints of Golden Yellow #FCE901
RGB
CMYK
RGB Variations
Color information
#FCE901 (or 0xFCE901) is known color: Golden Yellow. HEX triplet: FC, E9 and 01. RGB value is (252,233,1). Sum of RGB (Red+Green+Blue) = 252+233+1=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 1 (0.78% from 255 or 0.21% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE901 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE901 is #0316FE. Grayscale: #D5D5D5. Windows color (decimal): -202495 or 125436. OLE color: 125436.
HSL color Cylindrical-coordinate representation of color #FCE901: hue angle of 55.46º 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 #FCE901 is Cyan = 0, Magento = 0.08, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 1 | - |
| CMYK | 0 | 0.08 | 1.00 | 0.01 |
| HSL | 55.46º | 0.99% | 0.5% | - |
| HSV(B) | 55.46º | 1% | 0.99% | - |
| XYZ | 69.29 | 78.98 | 11.62 | - |
| YUV | 212.23 | 8.79 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 1 | 0 | 0.08 | 1.00 | 0.01 | 55.46 | 0.99 | 0.5 |
| Hex | FC | E9 | 1 | 0 | 8 | 64 | 1 | 37 | 63 | 32 |
| Octal | 374 | 351 | 1 | 0 | 10 | 144 | 1 | 67 | 143 | 62 |
| Binary | 11111100 | 11101001 | 1 | 0 | 1000 | 1100100 | 1 | 110111 | 1100011 | 110010 |
Color Harmonies of #FCE901
Complementary color
Monochromatic Colors of #FCE901
Black with #FCE901
Text Example
Text Example
White with #FCE901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE901; }
p { color: rgb(252,233,1); }
H1.HeaderClassName
{
color: #FCE901;
}
.AnyTagClassName
{
color: #FCE901;
}
</style>
background-color css
<style>
a { background-color: #FCE901; }
a { background-color: rgb(252,233,1); }
div.DivClassName
{
background-color: #FCE901;
}
.BgClassName
{
background-color: #FCE901;
}
</style>
border-color css
<style>
span { border-color: #FCE901; }
span { border-color: rgb(252,233,1); }
td.TdClassName
{
border-color: #FCE901;
}
.TagClassName
{
border-color: #FCE901;
}
</style>