Shades of Lemon #FCF70E
Tints of Lemon #FCF70E
RGB
CMYK
RGB Variations
Color information
#FCF70E (or 0xFCF70E) is known color: Lemon. HEX triplet: FC, F7 and 0E. RGB value is (252,247,14). Sum of RGB (Red+Green+Blue) = 252+247+14=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 14 (5.86% from 255 or 2.73% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCF70E is #0308F1. Grayscale: #DEDEDE. Windows color (decimal): -198898 or 980988. OLE color: 980988.
HSL color Cylindrical-coordinate representation of color #FCF70E: hue angle of 58.74º 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 #FCF70E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.01 |
| HSL | 58.74º | 0.98% | 0.52% | - |
| HSV(B) | 58.74º | 0.94% | 0.99% | - |
| XYZ | 73.48 | 87.25 | 13.38 | - |
| YUV | 221.93 | 10.66 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 14 | 0 | 0.02 | 0.94 | 0.01 | 58.74 | 0.98 | 0.52 |
| Hex | FC | F7 | E | 0 | 2 | 5E | 1 | 3B | 62 | 34 |
| Octal | 374 | 367 | 16 | 0 | 2 | 136 | 1 | 73 | 142 | 64 |
| Binary | 11111100 | 11110111 | 1110 | 0 | 10 | 1011110 | 1 | 111011 | 1100010 | 110100 |
Color Harmonies of #FCF70E
Complementary color
Monochromatic Colors of #FCF70E
Black with #FCF70E
Text Example
Text Example
White with #FCF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF70E; }
p { color: rgb(252,247,14); }
H1.HeaderClassName
{
color: #FCF70E;
}
.AnyTagClassName
{
color: #FCF70E;
}
</style>
background-color css
<style>
a { background-color: #FCF70E; }
a { background-color: rgb(252,247,14); }
div.DivClassName
{
background-color: #FCF70E;
}
.BgClassName
{
background-color: #FCF70E;
}
</style>
border-color css
<style>
span { border-color: #FCF70E; }
span { border-color: rgb(252,247,14); }
td.TdClassName
{
border-color: #FCF70E;
}
.TagClassName
{
border-color: #FCF70E;
}
</style>