Shades of Golden Yellow #FCE100
Tints of Golden Yellow #FCE100
RGB
CMYK
RGB Variations
Color information
#FCE100 (or 0xFCE100) is known color: Golden Yellow. HEX triplet: FC, E1 and 00. RGB value is (252,225,0). Sum of RGB (Red+Green+Blue) = 252+225+0=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 225 (88.28% from 255 or 47.17% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE100 is #031EFF. Grayscale: #D0D0D0. Windows color (decimal): -204544 or 57852. OLE color: 57852.
HSL color Cylindrical-coordinate representation of color #FCE100: hue angle of 53.57º 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 #FCE100 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.01 |
| HSL | 53.57º | 1% | 0.49% | - |
| HSV(B) | 53.57º | 1% | 0.99% | - |
| XYZ | 67.07 | 74.55 | 10.85 | - |
| YUV | 207.42 | 10.95 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 0 | 0 | 0.11 | 1 | 0.01 | 53.57 | 1 | 0.49 |
| Hex | FC | E1 | 0 | 0 | B | 64 | 1 | 36 | 64 | 31 |
| Octal | 374 | 341 | 0 | 0 | 13 | 144 | 1 | 66 | 144 | 61 |
| Binary | 11111100 | 11100001 | 0 | 0 | 1011 | 1100100 | 1 | 110110 | 1100100 | 110001 |
Color Harmonies of #FCE100
Complementary color
Monochromatic Colors of #FCE100
Black with #FCE100
Text Example
Text Example
White with #FCE100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE100; }
p { color: rgb(252,225,0); }
H1.HeaderClassName
{
color: #FCE100;
}
.AnyTagClassName
{
color: #FCE100;
}
</style>
background-color css
<style>
a { background-color: #FCE100; }
a { background-color: rgb(252,225,0); }
div.DivClassName
{
background-color: #FCE100;
}
.BgClassName
{
background-color: #FCE100;
}
</style>
border-color css
<style>
span { border-color: #FCE100; }
span { border-color: rgb(252,225,0); }
td.TdClassName
{
border-color: #FCE100;
}
.TagClassName
{
border-color: #FCE100;
}
</style>