Shades of Lemon #FCEA23
Tints of Lemon #FCEA23
RGB
CMYK
RGB Variations
Color information
#FCEA23 (or 0xFCEA23) is known color: Lemon. HEX triplet: FC, EA and 23. RGB value is (252,234,35). Sum of RGB (Red+Green+Blue) = 252+234+35=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 35 (14.06% from 255 or 6.72% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA23 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA23 is #0315DC. Grayscale: #D9D9D9. Windows color (decimal): -202205 or 2353916. OLE color: 2353916.
HSL color Cylindrical-coordinate representation of color #FCEA23: hue angle of 55.02º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FCEA23 is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 35 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.01 |
| HSL | 55.02º | 0.97% | 0.56% | - |
| HSV(B) | 55.02º | 0.86% | 0.99% | - |
| XYZ | 69.87 | 79.66 | 13.28 | - |
| YUV | 216.7 | 25.46 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 35 | 0 | 0.07 | 0.86 | 0.01 | 55.02 | 0.97 | 0.56 |
| Hex | FC | EA | 23 | 0 | 7 | 56 | 1 | 37 | 61 | 38 |
| Octal | 374 | 352 | 43 | 0 | 7 | 126 | 1 | 67 | 141 | 70 |
| Binary | 11111100 | 11101010 | 100011 | 0 | 111 | 1010110 | 1 | 110111 | 1100001 | 111000 |
Color Harmonies of #FCEA23
Complementary color
Monochromatic Colors of #FCEA23
Black with #FCEA23
Text Example
Text Example
White with #FCEA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA23; }
p { color: rgb(252,234,35); }
H1.HeaderClassName
{
color: #FCEA23;
}
.AnyTagClassName
{
color: #FCEA23;
}
</style>
background-color css
<style>
a { background-color: #FCEA23; }
a { background-color: rgb(252,234,35); }
div.DivClassName
{
background-color: #FCEA23;
}
.BgClassName
{
background-color: #FCEA23;
}
</style>
border-color css
<style>
span { border-color: #FCEA23; }
span { border-color: rgb(252,234,35); }
td.TdClassName
{
border-color: #FCEA23;
}
.TagClassName
{
border-color: #FCEA23;
}
</style>