Shades of Golden Yellow #FCE900
Tints of Golden Yellow #FCE900
RGB
CMYK
RGB Variations
Color information
#FCE900 (or 0xFCE900) is known color: Golden Yellow. HEX triplet: FC, E9 and 00. RGB value is (252,233,0). Sum of RGB (Red+Green+Blue) = 252+233+0=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 0 (0.39% from 255 or 0% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE900 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE900 is #0316FF. Grayscale: #D5D5D5. Windows color (decimal): -202496 or 59900. OLE color: 59900.
HSL color Cylindrical-coordinate representation of color #FCE900: hue angle of 55.48º 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 #FCE900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.01 |
| HSL | 55.48º | 1% | 0.49% | - |
| HSV(B) | 55.48º | 1% | 0.99% | - |
| XYZ | 69.28 | 78.97 | 11.59 | - |
| YUV | 212.12 | 8.29 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 0 | 0 | 0.08 | 1 | 0.01 | 55.48 | 1 | 0.49 |
| Hex | FC | E9 | 0 | 0 | 8 | 64 | 1 | 37 | 64 | 31 |
| Octal | 374 | 351 | 0 | 0 | 10 | 144 | 1 | 67 | 144 | 61 |
| Binary | 11111100 | 11101001 | 0 | 0 | 1000 | 1100100 | 1 | 110111 | 1100100 | 110001 |
Color Harmonies of #FCE900
Complementary color
Monochromatic Colors of #FCE900
Black with #FCE900
Text Example
Text Example
White with #FCE900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE900; }
p { color: rgb(252,233,0); }
H1.HeaderClassName
{
color: #FCE900;
}
.AnyTagClassName
{
color: #FCE900;
}
</style>
background-color css
<style>
a { background-color: #FCE900; }
a { background-color: rgb(252,233,0); }
div.DivClassName
{
background-color: #FCE900;
}
.BgClassName
{
background-color: #FCE900;
}
</style>
border-color css
<style>
span { border-color: #FCE900; }
span { border-color: rgb(252,233,0); }
td.TdClassName
{
border-color: #FCE900;
}
.TagClassName
{
border-color: #FCE900;
}
</style>