Shades of Lemon #FCEC1A
Tints of Lemon #FCEC1A
RGB
CMYK
RGB Variations
Color information
#FCEC1A (or 0xFCEC1A) is known color: Lemon. HEX triplet: FC, EC and 1A. RGB value is (252,236,26). Sum of RGB (Red+Green+Blue) = 252+236+26=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 236 (92.58% from 255 or 45.91% from 514); Blue value is 26 (10.55% from 255 or 5.06% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEC1A is #0313E5. Grayscale: #D9D9D9. Windows color (decimal): -201702 or 1764604. OLE color: 1764604.
HSL color Cylindrical-coordinate representation of color #FCEC1A: hue angle of 55.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCEC1A is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 26 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.01 |
| HSL | 55.75º | 0.97% | 0.55% | - |
| HSV(B) | 55.75º | 0.9% | 0.99% | - |
| XYZ | 70.33 | 80.76 | 12.86 | - |
| YUV | 216.84 | 20.3 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 26 | 0 | 0.06 | 0.90 | 0.01 | 55.75 | 0.97 | 0.55 |
| Hex | FC | EC | 1A | 0 | 6 | 5A | 1 | 38 | 61 | 37 |
| Octal | 374 | 354 | 32 | 0 | 6 | 132 | 1 | 70 | 141 | 67 |
| Binary | 11111100 | 11101100 | 11010 | 0 | 110 | 1011010 | 1 | 111000 | 1100001 | 110111 |
Color Harmonies of #FCEC1A
Complementary color
Monochromatic Colors of #FCEC1A
Black with #FCEC1A
Text Example
Text Example
White with #FCEC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC1A; }
p { color: rgb(252,236,26); }
H1.HeaderClassName
{
color: #FCEC1A;
}
.AnyTagClassName
{
color: #FCEC1A;
}
</style>
background-color css
<style>
a { background-color: #FCEC1A; }
a { background-color: rgb(252,236,26); }
div.DivClassName
{
background-color: #FCEC1A;
}
.BgClassName
{
background-color: #FCEC1A;
}
</style>
border-color css
<style>
span { border-color: #FCEC1A; }
span { border-color: rgb(252,236,26); }
td.TdClassName
{
border-color: #FCEC1A;
}
.TagClassName
{
border-color: #FCEC1A;
}
</style>