Shades of Lemon #FCEF14
Tints of Lemon #FCEF14
RGB
CMYK
RGB Variations
Color information
#FCEF14 (or 0xFCEF14) is known color: Lemon. HEX triplet: FC, EF and 14. RGB value is (252,239,20). Sum of RGB (Red+Green+Blue) = 252+239+20=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 239 (93.75% from 255 or 46.77% from 511); Blue value is 20 (8.20% from 255 or 3.91% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEF14 is #0310EB. Grayscale: #DADADA. Windows color (decimal): -200940 or 1372156. OLE color: 1372156.
HSL color Cylindrical-coordinate representation of color #FCEF14: hue angle of 56.64º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCEF14 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 20 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.01 |
| HSL | 56.64º | 0.97% | 0.53% | - |
| HSV(B) | 56.64º | 0.92% | 0.99% | - |
| XYZ | 71.14 | 82.48 | 12.83 | - |
| YUV | 217.92 | 16.31 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 20 | 0 | 0.05 | 0.92 | 0.01 | 56.64 | 0.97 | 0.53 |
| Hex | FC | EF | 14 | 0 | 5 | 5C | 1 | 39 | 61 | 35 |
| Octal | 374 | 357 | 24 | 0 | 5 | 134 | 1 | 71 | 141 | 65 |
| Binary | 11111100 | 11101111 | 10100 | 0 | 101 | 1011100 | 1 | 111001 | 1100001 | 110101 |
Color Harmonies of #FCEF14
Complementary color
Monochromatic Colors of #FCEF14
Black with #FCEF14
Text Example
Text Example
White with #FCEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF14; }
p { color: rgb(252,239,20); }
H1.HeaderClassName
{
color: #FCEF14;
}
.AnyTagClassName
{
color: #FCEF14;
}
</style>
background-color css
<style>
a { background-color: #FCEF14; }
a { background-color: rgb(252,239,20); }
div.DivClassName
{
background-color: #FCEF14;
}
.BgClassName
{
background-color: #FCEF14;
}
</style>
border-color css
<style>
span { border-color: #FCEF14; }
span { border-color: rgb(252,239,20); }
td.TdClassName
{
border-color: #FCEF14;
}
.TagClassName
{
border-color: #FCEF14;
}
</style>