Shades of Golden Yellow #FCEC00
Tints of Golden Yellow #FCEC00
RGB
CMYK
RGB Variations
Color information
#FCEC00 (or 0xFCEC00) is known color: Golden Yellow. HEX triplet: FC, EC and 00. RGB value is (252,236,0). Sum of RGB (Red+Green+Blue) = 252+236+0=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 0 (0.39% from 255 or 0% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC00 is #0313FF. Grayscale: #D6D6D6. Windows color (decimal): -201728 or 60668. OLE color: 60668.
HSL color Cylindrical-coordinate representation of color #FCEC00: hue angle of 56.19º 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 #FCEC00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.01 |
| HSL | 56.19º | 1% | 0.49% | - |
| HSV(B) | 56.19º | 1% | 0.99% | - |
| XYZ | 70.14 | 80.69 | 11.88 | - |
| YUV | 213.88 | 7.3 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 0 | 0 | 0.06 | 1 | 0.01 | 56.19 | 1 | 0.49 |
| Hex | FC | EC | 0 | 0 | 6 | 64 | 1 | 38 | 64 | 31 |
| Octal | 374 | 354 | 0 | 0 | 6 | 144 | 1 | 70 | 144 | 61 |
| Binary | 11111100 | 11101100 | 0 | 0 | 110 | 1100100 | 1 | 111000 | 1100100 | 110001 |
Color Harmonies of #FCEC00
Complementary color
Monochromatic Colors of #FCEC00
Black with #FCEC00
Text Example
Text Example
White with #FCEC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC00; }
p { color: rgb(252,236,0); }
H1.HeaderClassName
{
color: #FCEC00;
}
.AnyTagClassName
{
color: #FCEC00;
}
</style>
background-color css
<style>
a { background-color: #FCEC00; }
a { background-color: rgb(252,236,0); }
div.DivClassName
{
background-color: #FCEC00;
}
.BgClassName
{
background-color: #FCEC00;
}
</style>
border-color css
<style>
span { border-color: #FCEC00; }
span { border-color: rgb(252,236,0); }
td.TdClassName
{
border-color: #FCEC00;
}
.TagClassName
{
border-color: #FCEC00;
}
</style>