Shades of Lemon #FCED07
Tints of Lemon #FCED07
RGB
CMYK
RGB Variations
Color information
#FCED07 (or 0xFCED07) is known color: Lemon. HEX triplet: FC, ED and 07. RGB value is (252,237,7). Sum of RGB (Red+Green+Blue) = 252+237+7=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 7 (3.12% from 255 or 1.41% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED07 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED07 is #0312F8. Grayscale: #D8D8D8. Windows color (decimal): -201465 or 519676. OLE color: 519676.
HSL color Cylindrical-coordinate representation of color #FCED07: hue angle of 56.33º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCED07 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 7 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.01 |
| HSL | 56.33º | 0.98% | 0.51% | - |
| HSV(B) | 56.33º | 0.97% | 0.99% | - |
| XYZ | 70.47 | 81.28 | 12.18 | - |
| YUV | 215.27 | 10.47 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 7 | 0 | 0.06 | 0.97 | 0.01 | 56.33 | 0.98 | 0.51 |
| Hex | FC | ED | 7 | 0 | 6 | 61 | 1 | 38 | 62 | 33 |
| Octal | 374 | 355 | 7 | 0 | 6 | 141 | 1 | 70 | 142 | 63 |
| Binary | 11111100 | 11101101 | 111 | 0 | 110 | 1100001 | 1 | 111000 | 1100010 | 110011 |
Color Harmonies of #FCED07
Complementary color
Monochromatic Colors of #FCED07
Black with #FCED07
Text Example
Text Example
White with #FCED07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED07; }
p { color: rgb(252,237,7); }
H1.HeaderClassName
{
color: #FCED07;
}
.AnyTagClassName
{
color: #FCED07;
}
</style>
background-color css
<style>
a { background-color: #FCED07; }
a { background-color: rgb(252,237,7); }
div.DivClassName
{
background-color: #FCED07;
}
.BgClassName
{
background-color: #FCED07;
}
</style>
border-color css
<style>
span { border-color: #FCED07; }
span { border-color: rgb(252,237,7); }
td.TdClassName
{
border-color: #FCED07;
}
.TagClassName
{
border-color: #FCED07;
}
</style>