Shades of Lemon #FCEF0A
Tints of Lemon #FCEF0A
RGB
CMYK
RGB Variations
Color information
#FCEF0A (or 0xFCEF0A) is known color: Lemon. HEX triplet: FC, EF and 0A. RGB value is (252,239,10). Sum of RGB (Red+Green+Blue) = 252+239+10=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 10 (4.30% from 255 or 2.00% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEF0A is #0310F5. Grayscale: #D9D9D9. Windows color (decimal): -200950 or 716796. OLE color: 716796.
HSL color Cylindrical-coordinate representation of color #FCEF0A: hue angle of 56.78º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCEF0A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 239 | 10 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.01 |
| HSL | 56.78º | 0.98% | 0.51% | - |
| HSV(B) | 56.78º | 0.96% | 0.99% | - |
| XYZ | 71.07 | 82.45 | 12.46 | - |
| YUV | 216.78 | 11.31 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 239 | 10 | 0 | 0.05 | 0.96 | 0.01 | 56.78 | 0.98 | 0.51 |
| Hex | FC | EF | A | 0 | 5 | 60 | 1 | 39 | 62 | 33 |
| Octal | 374 | 357 | 12 | 0 | 5 | 140 | 1 | 71 | 142 | 63 |
| Binary | 11111100 | 11101111 | 1010 | 0 | 101 | 1100000 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FCEF0A
Complementary color
Monochromatic Colors of #FCEF0A
Black with #FCEF0A
Text Example
Text Example
White with #FCEF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEF0A; }
p { color: rgb(252,239,10); }
H1.HeaderClassName
{
color: #FCEF0A;
}
.AnyTagClassName
{
color: #FCEF0A;
}
</style>
background-color css
<style>
a { background-color: #FCEF0A; }
a { background-color: rgb(252,239,10); }
div.DivClassName
{
background-color: #FCEF0A;
}
.BgClassName
{
background-color: #FCEF0A;
}
</style>
border-color css
<style>
span { border-color: #FCEF0A; }
span { border-color: rgb(252,239,10); }
td.TdClassName
{
border-color: #FCEF0A;
}
.TagClassName
{
border-color: #FCEF0A;
}
</style>