Shades of Lemon #FCF40E
Tints of Lemon #FCF40E
RGB
CMYK
RGB Variations
Color information
#FCF40E (or 0xFCF40E) is known color: Lemon. HEX triplet: FC, F4 and 0E. RGB value is (252,244,14). Sum of RGB (Red+Green+Blue) = 252+244+14=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 14 (5.86% from 255 or 2.75% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF40E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF40E is #030BF1. Grayscale: #DDDDDD. Windows color (decimal): -199666 or 980220. OLE color: 980220.
HSL color Cylindrical-coordinate representation of color #FCF40E: hue angle of 57.98º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCF40E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.01 |
| HSL | 57.98º | 0.98% | 0.52% | - |
| HSV(B) | 57.98º | 0.94% | 0.99% | - |
| XYZ | 72.57 | 85.43 | 13.08 | - |
| YUV | 220.17 | 11.65 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 14 | 0 | 0.03 | 0.94 | 0.01 | 57.98 | 0.98 | 0.52 |
| Hex | FC | F4 | E | 0 | 3 | 5E | 1 | 3A | 62 | 34 |
| Octal | 374 | 364 | 16 | 0 | 3 | 136 | 1 | 72 | 142 | 64 |
| Binary | 11111100 | 11110100 | 1110 | 0 | 11 | 1011110 | 1 | 111010 | 1100010 | 110100 |
Color Harmonies of #FCF40E
Complementary color
Monochromatic Colors of #FCF40E
Black with #FCF40E
Text Example
Text Example
White with #FCF40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF40E; }
p { color: rgb(252,244,14); }
H1.HeaderClassName
{
color: #FCF40E;
}
.AnyTagClassName
{
color: #FCF40E;
}
</style>
background-color css
<style>
a { background-color: #FCF40E; }
a { background-color: rgb(252,244,14); }
div.DivClassName
{
background-color: #FCF40E;
}
.BgClassName
{
background-color: #FCF40E;
}
</style>
border-color css
<style>
span { border-color: #FCF40E; }
span { border-color: rgb(252,244,14); }
td.TdClassName
{
border-color: #FCF40E;
}
.TagClassName
{
border-color: #FCF40E;
}
</style>