Shades of Lemon #FCEA09
Tints of Lemon #FCEA09
RGB
CMYK
RGB Variations
Color information
#FCEA09 (or 0xFCEA09) is known color: Lemon. HEX triplet: FC, EA and 09. RGB value is (252,234,9). Sum of RGB (Red+Green+Blue) = 252+234+9=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 9 (3.91% from 255 or 1.82% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEA09 is #0315F6. Grayscale: #D6D6D6. Windows color (decimal): -202231 or 649980. OLE color: 649980.
HSL color Cylindrical-coordinate representation of color #FCEA09: hue angle of 55.56º 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 #FCEA09 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 9 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.01 |
| HSL | 55.56º | 0.98% | 0.51% | - |
| HSV(B) | 55.56º | 0.96% | 0.99% | - |
| XYZ | 69.62 | 79.56 | 11.95 | - |
| YUV | 213.73 | 12.46 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 9 | 0 | 0.07 | 0.96 | 0.01 | 55.56 | 0.98 | 0.51 |
| Hex | FC | EA | 9 | 0 | 7 | 60 | 1 | 38 | 62 | 33 |
| Octal | 374 | 352 | 11 | 0 | 7 | 140 | 1 | 70 | 142 | 63 |
| Binary | 11111100 | 11101010 | 1001 | 0 | 111 | 1100000 | 1 | 111000 | 1100010 | 110011 |
Color Harmonies of #FCEA09
Complementary color
Monochromatic Colors of #FCEA09
Black with #FCEA09
Text Example
Text Example
White with #FCEA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA09; }
p { color: rgb(252,234,9); }
H1.HeaderClassName
{
color: #FCEA09;
}
.AnyTagClassName
{
color: #FCEA09;
}
</style>
background-color css
<style>
a { background-color: #FCEA09; }
a { background-color: rgb(252,234,9); }
div.DivClassName
{
background-color: #FCEA09;
}
.BgClassName
{
background-color: #FCEA09;
}
</style>
border-color css
<style>
span { border-color: #FCEA09; }
span { border-color: rgb(252,234,9); }
td.TdClassName
{
border-color: #FCEA09;
}
.TagClassName
{
border-color: #FCEA09;
}
</style>