Shades of Golden Yellow #FCE200
Tints of Golden Yellow #FCE200
RGB
CMYK
RGB Variations
Color information
#FCE200 (or 0xFCE200) is known color: Golden Yellow. HEX triplet: FC, E2 and 00. RGB value is (252,226,0). Sum of RGB (Red+Green+Blue) = 252+226+0=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 0 (0.39% from 255 or 0% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE200 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE200 is #031DFF. Grayscale: #D0D0D0. Windows color (decimal): -204288 or 58108. OLE color: 58108.
HSL color Cylindrical-coordinate representation of color #FCE200: hue angle of 53.81º 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 #FCE200 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.01 |
| HSL | 53.81º | 1% | 0.49% | - |
| HSV(B) | 53.81º | 1% | 0.99% | - |
| XYZ | 67.34 | 75.09 | 10.94 | - |
| YUV | 208.01 | 10.61 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 0 | 0 | 0.10 | 1 | 0.01 | 53.81 | 1 | 0.49 |
| Hex | FC | E2 | 0 | 0 | A | 64 | 1 | 36 | 64 | 31 |
| Octal | 374 | 342 | 0 | 0 | 12 | 144 | 1 | 66 | 144 | 61 |
| Binary | 11111100 | 11100010 | 0 | 0 | 1010 | 1100100 | 1 | 110110 | 1100100 | 110001 |
Color Harmonies of #FCE200
Complementary color
Monochromatic Colors of #FCE200
Black with #FCE200
Text Example
Text Example
White with #FCE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE200; }
p { color: rgb(252,226,0); }
H1.HeaderClassName
{
color: #FCE200;
}
.AnyTagClassName
{
color: #FCE200;
}
</style>
background-color css
<style>
a { background-color: #FCE200; }
a { background-color: rgb(252,226,0); }
div.DivClassName
{
background-color: #FCE200;
}
.BgClassName
{
background-color: #FCE200;
}
</style>
border-color css
<style>
span { border-color: #FCE200; }
span { border-color: rgb(252,226,0); }
td.TdClassName
{
border-color: #FCE200;
}
.TagClassName
{
border-color: #FCE200;
}
</style>