Shades of Lemon #FCEF15
Tints of Lemon #FCEF15
RGB
CMYK
RGB Variations
Color information
#FCEF15 (or 0xFCEF15) is known color: Lemon. HEX triplet: FC, EF and 15. RGB value is (252,239,21). Sum of RGB (Red+Green+Blue) = 252+239+21=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 21 (8.59% from 255 or 4.10% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF15 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEF15 is #0310EA. Grayscale: #DADADA. Windows color (decimal): -200939 or 1437692. OLE color: 1437692.
HSL color Cylindrical-coordinate representation of color #FCEF15: hue angle of 56.62º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCEF15 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 21 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.01 |
| HSL | 56.62º | 0.97% | 0.54% | - |
| HSV(B) | 56.62º | 0.92% | 0.99% | - |
| XYZ | 71.15 | 82.48 | 12.88 | - |
| YUV | 218.04 | 16.81 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 21 | 0 | 0.05 | 0.92 | 0.01 | 56.62 | 0.97 | 0.54 |
| Hex | FC | EF | 15 | 0 | 5 | 5C | 1 | 39 | 61 | 36 |
| Octal | 374 | 357 | 25 | 0 | 5 | 134 | 1 | 71 | 141 | 66 |
| Binary | 11111100 | 11101111 | 10101 | 0 | 101 | 1011100 | 1 | 111001 | 1100001 | 110110 |
Color Harmonies of #FCEF15
Complementary color
Monochromatic Colors of #FCEF15
Black with #FCEF15
Text Example
Text Example
White with #FCEF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF15; }
p { color: rgb(252,239,21); }
H1.HeaderClassName
{
color: #FCEF15;
}
.AnyTagClassName
{
color: #FCEF15;
}
</style>
background-color css
<style>
a { background-color: #FCEF15; }
a { background-color: rgb(252,239,21); }
div.DivClassName
{
background-color: #FCEF15;
}
.BgClassName
{
background-color: #FCEF15;
}
</style>
border-color css
<style>
span { border-color: #FCEF15; }
span { border-color: rgb(252,239,21); }
td.TdClassName
{
border-color: #FCEF15;
}
.TagClassName
{
border-color: #FCEF15;
}
</style>