Shades of Lemon #FCED14
Tints of Lemon #FCED14
RGB
CMYK
RGB Variations
Color information
#FCED14 (or 0xFCED14) is known color: Lemon. HEX triplet: FC, ED and 14. RGB value is (252,237,20). Sum of RGB (Red+Green+Blue) = 252+237+20=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 20 (8.20% from 255 or 3.93% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED14 is #0312EB. Grayscale: #D9D9D9. Windows color (decimal): -201452 or 1371644. OLE color: 1371644.
HSL color Cylindrical-coordinate representation of color #FCED14: hue angle of 56.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCED14 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 20 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.01 |
| HSL | 56.12º | 0.97% | 0.53% | - |
| HSV(B) | 56.12º | 0.92% | 0.99% | - |
| XYZ | 70.56 | 81.31 | 12.64 | - |
| YUV | 216.75 | 16.97 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 20 | 0 | 0.06 | 0.92 | 0.01 | 56.12 | 0.97 | 0.53 |
| Hex | FC | ED | 14 | 0 | 6 | 5C | 1 | 38 | 61 | 35 |
| Octal | 374 | 355 | 24 | 0 | 6 | 134 | 1 | 70 | 141 | 65 |
| Binary | 11111100 | 11101101 | 10100 | 0 | 110 | 1011100 | 1 | 111000 | 1100001 | 110101 |
Color Harmonies of #FCED14
Complementary color
Monochromatic Colors of #FCED14
Black with #FCED14
Text Example
Text Example
White with #FCED14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED14; }
p { color: rgb(252,237,20); }
H1.HeaderClassName
{
color: #FCED14;
}
.AnyTagClassName
{
color: #FCED14;
}
</style>
background-color css
<style>
a { background-color: #FCED14; }
a { background-color: rgb(252,237,20); }
div.DivClassName
{
background-color: #FCED14;
}
.BgClassName
{
background-color: #FCED14;
}
</style>
border-color css
<style>
span { border-color: #FCED14; }
span { border-color: rgb(252,237,20); }
td.TdClassName
{
border-color: #FCED14;
}
.TagClassName
{
border-color: #FCED14;
}
</style>