Shades of Golden Yellow #FCEC01
Tints of Golden Yellow #FCEC01
RGB
CMYK
RGB Variations
Color information
#FCEC01 (or 0xFCEC01) is known color: Golden Yellow. HEX triplet: FC, EC and 01. RGB value is (252,236,1). Sum of RGB (Red+Green+Blue) = 252+236+1=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 1 (0.78% from 255 or 0.20% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEC01 is #0313FE. Grayscale: #D6D6D6. Windows color (decimal): -201727 or 126204. OLE color: 126204.
HSL color Cylindrical-coordinate representation of color #FCEC01: hue angle of 56.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCEC01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.01 |
| HSL | 56.18º | 0.99% | 0.5% | - |
| HSV(B) | 56.18º | 1% | 0.99% | - |
| XYZ | 70.15 | 80.69 | 11.91 | - |
| YUV | 213.99 | 7.8 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 1 | 0 | 0.06 | 1.00 | 0.01 | 56.18 | 0.99 | 0.5 |
| Hex | FC | EC | 1 | 0 | 6 | 64 | 1 | 38 | 63 | 32 |
| Octal | 374 | 354 | 1 | 0 | 6 | 144 | 1 | 70 | 143 | 62 |
| Binary | 11111100 | 11101100 | 1 | 0 | 110 | 1100100 | 1 | 111000 | 1100011 | 110010 |
Color Harmonies of #FCEC01
Complementary color
Monochromatic Colors of #FCEC01
Black with #FCEC01
Text Example
Text Example
White with #FCEC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC01; }
p { color: rgb(252,236,1); }
H1.HeaderClassName
{
color: #FCEC01;
}
.AnyTagClassName
{
color: #FCEC01;
}
</style>
background-color css
<style>
a { background-color: #FCEC01; }
a { background-color: rgb(252,236,1); }
div.DivClassName
{
background-color: #FCEC01;
}
.BgClassName
{
background-color: #FCEC01;
}
</style>
border-color css
<style>
span { border-color: #FCEC01; }
span { border-color: rgb(252,236,1); }
td.TdClassName
{
border-color: #FCEC01;
}
.TagClassName
{
border-color: #FCEC01;
}
</style>