Shades of Lemon #FCEA1F
Tints of Lemon #FCEA1F
RGB
CMYK
RGB Variations
Color information
#FCEA1F (or 0xFCEA1F) is known color: Lemon. HEX triplet: FC, EA and 1F. RGB value is (252,234,31). Sum of RGB (Red+Green+Blue) = 252+234+31=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 234 (91.80% from 255 or 45.26% from 517); Blue value is 31 (12.5% from 255 or 6.00% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEA1F is #0315E0. Grayscale: #D9D9D9. Windows color (decimal): -202209 or 2091772. OLE color: 2091772.
HSL color Cylindrical-coordinate representation of color #FCEA1F: hue angle of 55.11º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCEA1F is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 31 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.01 |
| HSL | 55.11º | 0.97% | 0.55% | - |
| HSV(B) | 55.11º | 0.88% | 0.99% | - |
| XYZ | 69.82 | 79.64 | 12.99 | - |
| YUV | 216.24 | 23.46 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 31 | 0 | 0.07 | 0.88 | 0.01 | 55.11 | 0.97 | 0.55 |
| Hex | FC | EA | 1F | 0 | 7 | 58 | 1 | 37 | 61 | 37 |
| Octal | 374 | 352 | 37 | 0 | 7 | 130 | 1 | 67 | 141 | 67 |
| Binary | 11111100 | 11101010 | 11111 | 0 | 111 | 1011000 | 1 | 110111 | 1100001 | 110111 |
Color Harmonies of #FCEA1F
Complementary color
Monochromatic Colors of #FCEA1F
Black with #FCEA1F
Text Example
Text Example
White with #FCEA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA1F; }
p { color: rgb(252,234,31); }
H1.HeaderClassName
{
color: #FCEA1F;
}
.AnyTagClassName
{
color: #FCEA1F;
}
</style>
background-color css
<style>
a { background-color: #FCEA1F; }
a { background-color: rgb(252,234,31); }
div.DivClassName
{
background-color: #FCEA1F;
}
.BgClassName
{
background-color: #FCEA1F;
}
</style>
border-color css
<style>
span { border-color: #FCEA1F; }
span { border-color: rgb(252,234,31); }
td.TdClassName
{
border-color: #FCEA1F;
}
.TagClassName
{
border-color: #FCEA1F;
}
</style>