Shades of Lemon #FCED0E
Tints of Lemon #FCED0E
RGB
CMYK
RGB Variations
Color information
#FCED0E (or 0xFCED0E) is known color: Lemon. HEX triplet: FC, ED and 0E. RGB value is (252,237,14). Sum of RGB (Red+Green+Blue) = 252+237+14=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 14 (5.86% from 255 or 2.78% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED0E is #0312F1. Grayscale: #D8D8D8. Windows color (decimal): -201458 or 978428. OLE color: 978428.
HSL color Cylindrical-coordinate representation of color #FCED0E: hue angle of 56.22º 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 #FCED0E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.01 |
| HSL | 56.22º | 0.98% | 0.52% | - |
| HSV(B) | 56.22º | 0.94% | 0.99% | - |
| XYZ | 70.51 | 81.3 | 12.39 | - |
| YUV | 216.06 | 13.97 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 14 | 0 | 0.06 | 0.94 | 0.01 | 56.22 | 0.98 | 0.52 |
| Hex | FC | ED | E | 0 | 6 | 5E | 1 | 38 | 62 | 34 |
| Octal | 374 | 355 | 16 | 0 | 6 | 136 | 1 | 70 | 142 | 64 |
| Binary | 11111100 | 11101101 | 1110 | 0 | 110 | 1011110 | 1 | 111000 | 1100010 | 110100 |
Color Harmonies of #FCED0E
Complementary color
Monochromatic Colors of #FCED0E
Black with #FCED0E
Text Example
Text Example
White with #FCED0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED0E; }
p { color: rgb(252,237,14); }
H1.HeaderClassName
{
color: #FCED0E;
}
.AnyTagClassName
{
color: #FCED0E;
}
</style>
background-color css
<style>
a { background-color: #FCED0E; }
a { background-color: rgb(252,237,14); }
div.DivClassName
{
background-color: #FCED0E;
}
.BgClassName
{
background-color: #FCED0E;
}
</style>
border-color css
<style>
span { border-color: #FCED0E; }
span { border-color: rgb(252,237,14); }
td.TdClassName
{
border-color: #FCED0E;
}
.TagClassName
{
border-color: #FCED0E;
}
</style>