Shades of Lemon #FCF00E
Tints of Lemon #FCF00E
RGB
CMYK
RGB Variations
Color information
#FCF00E (or 0xFCF00E) is known color: Lemon. HEX triplet: FC, F0 and 0E. RGB value is (252,240,14). Sum of RGB (Red+Green+Blue) = 252+240+14=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 14 (5.86% from 255 or 2.77% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF00E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF00E is #030FF1. Grayscale: #DADADA. Windows color (decimal): -200690 or 979196. OLE color: 979196.
HSL color Cylindrical-coordinate representation of color #FCF00E: hue angle of 56.97º 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 #FCF00E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.01 |
| HSL | 56.97º | 0.98% | 0.52% | - |
| HSV(B) | 56.97º | 0.94% | 0.99% | - |
| XYZ | 71.38 | 83.05 | 12.68 | - |
| YUV | 217.82 | 12.98 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 14 | 0 | 0.05 | 0.94 | 0.01 | 56.97 | 0.98 | 0.52 |
| Hex | FC | F0 | E | 0 | 5 | 5E | 1 | 39 | 62 | 34 |
| Octal | 374 | 360 | 16 | 0 | 5 | 136 | 1 | 71 | 142 | 64 |
| Binary | 11111100 | 11110000 | 1110 | 0 | 101 | 1011110 | 1 | 111001 | 1100010 | 110100 |
Color Harmonies of #FCF00E
Complementary color
Monochromatic Colors of #FCF00E
Black with #FCF00E
Text Example
Text Example
White with #FCF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF00E; }
p { color: rgb(252,240,14); }
H1.HeaderClassName
{
color: #FCF00E;
}
.AnyTagClassName
{
color: #FCF00E;
}
</style>
background-color css
<style>
a { background-color: #FCF00E; }
a { background-color: rgb(252,240,14); }
div.DivClassName
{
background-color: #FCF00E;
}
.BgClassName
{
background-color: #FCF00E;
}
</style>
border-color css
<style>
span { border-color: #FCF00E; }
span { border-color: rgb(252,240,14); }
td.TdClassName
{
border-color: #FCF00E;
}
.TagClassName
{
border-color: #FCF00E;
}
</style>