Shades of Lemon #FCE80D
Tints of Lemon #FCE80D
RGB
CMYK
RGB Variations
Color information
#FCE80D (or 0xFCE80D) is known color: Lemon. HEX triplet: FC, E8 and 0D. RGB value is (252,232,13). Sum of RGB (Red+Green+Blue) = 252+232+13=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 13 (5.47% from 255 or 2.62% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE80D is #0317F2. Grayscale: #D5D5D5. Windows color (decimal): -202739 or 911612. OLE color: 911612.
HSL color Cylindrical-coordinate representation of color #FCE80D: hue angle of 54.98º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCE80D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.01 |
| HSL | 54.98º | 0.98% | 0.52% | - |
| HSV(B) | 54.98º | 0.95% | 0.99% | - |
| XYZ | 69.07 | 78.44 | 11.88 | - |
| YUV | 213.01 | 15.13 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 13 | 0 | 0.08 | 0.95 | 0.01 | 54.98 | 0.98 | 0.52 |
| Hex | FC | E8 | D | 0 | 8 | 5F | 1 | 37 | 62 | 34 |
| Octal | 374 | 350 | 15 | 0 | 10 | 137 | 1 | 67 | 142 | 64 |
| Binary | 11111100 | 11101000 | 1101 | 0 | 1000 | 1011111 | 1 | 110111 | 1100010 | 110100 |
Color Harmonies of #FCE80D
Complementary color
Monochromatic Colors of #FCE80D
Black with #FCE80D
Text Example
Text Example
White with #FCE80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE80D; }
p { color: rgb(252,232,13); }
H1.HeaderClassName
{
color: #FCE80D;
}
.AnyTagClassName
{
color: #FCE80D;
}
</style>
background-color css
<style>
a { background-color: #FCE80D; }
a { background-color: rgb(252,232,13); }
div.DivClassName
{
background-color: #FCE80D;
}
.BgClassName
{
background-color: #FCE80D;
}
</style>
border-color css
<style>
span { border-color: #FCE80D; }
span { border-color: rgb(252,232,13); }
td.TdClassName
{
border-color: #FCE80D;
}
.TagClassName
{
border-color: #FCE80D;
}
</style>