Shades of Golden Yellow #FCE800
Tints of Golden Yellow #FCE800
RGB
CMYK
RGB Variations
Color information
#FCE800 (or 0xFCE800) is known color: Golden Yellow. HEX triplet: FC, E8 and 00. RGB value is (252,232,0). Sum of RGB (Red+Green+Blue) = 252+232+0=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 232 (91.02% from 255 or 47.93% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE800 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE800 is #0317FF. Grayscale: #D4D4D4. Windows color (decimal): -202752 or 59644. OLE color: 59644.
HSL color Cylindrical-coordinate representation of color #FCE800: hue angle of 55.24º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCE800 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.01 |
| HSL | 55.24º | 1% | 0.49% | - |
| HSV(B) | 55.24º | 1% | 0.99% | - |
| XYZ | 69 | 78.41 | 11.5 | - |
| YUV | 211.53 | 8.63 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 0 | 0 | 0.08 | 1 | 0.01 | 55.24 | 1 | 0.49 |
| Hex | FC | E8 | 0 | 0 | 8 | 64 | 1 | 37 | 64 | 31 |
| Octal | 374 | 350 | 0 | 0 | 10 | 144 | 1 | 67 | 144 | 61 |
| Binary | 11111100 | 11101000 | 0 | 0 | 1000 | 1100100 | 1 | 110111 | 1100100 | 110001 |
Color Harmonies of #FCE800
Complementary color
Monochromatic Colors of #FCE800
Black with #FCE800
Text Example
Text Example
White with #FCE800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE800; }
p { color: rgb(252,232,0); }
H1.HeaderClassName
{
color: #FCE800;
}
.AnyTagClassName
{
color: #FCE800;
}
</style>
background-color css
<style>
a { background-color: #FCE800; }
a { background-color: rgb(252,232,0); }
div.DivClassName
{
background-color: #FCE800;
}
.BgClassName
{
background-color: #FCE800;
}
</style>
border-color css
<style>
span { border-color: #FCE800; }
span { border-color: rgb(252,232,0); }
td.TdClassName
{
border-color: #FCE800;
}
.TagClassName
{
border-color: #FCE800;
}
</style>