Shades of Lemon #FCE50D
Tints of Lemon #FCE50D
RGB
CMYK
RGB Variations
Color information
#FCE50D (or 0xFCE50D) is known color: Lemon. HEX triplet: FC, E5 and 0D. RGB value is (252,229,13). Sum of RGB (Red+Green+Blue) = 252+229+13=494 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.01% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 13 (5.47% from 255 or 2.63% from 494); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE50D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE50D is #031AF2. Grayscale: #D4D4D4. Windows color (decimal): -203507 or 910844. OLE color: 910844.
HSL color Cylindrical-coordinate representation of color #FCE50D: hue angle of 54.23º 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 #FCE50D is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 13 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.01 |
| HSL | 54.23º | 0.98% | 0.52% | - |
| HSV(B) | 54.23º | 0.95% | 0.99% | - |
| XYZ | 68.24 | 76.76 | 11.6 | - |
| YUV | 211.25 | 16.12 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 13 | 0 | 0.09 | 0.95 | 0.01 | 54.23 | 0.98 | 0.52 |
| Hex | FC | E5 | D | 0 | 9 | 5F | 1 | 36 | 62 | 34 |
| Octal | 374 | 345 | 15 | 0 | 11 | 137 | 1 | 66 | 142 | 64 |
| Binary | 11111100 | 11100101 | 1101 | 0 | 1001 | 1011111 | 1 | 110110 | 1100010 | 110100 |
Color Harmonies of #FCE50D
Complementary color
Monochromatic Colors of #FCE50D
Black with #FCE50D
Text Example
Text Example
White with #FCE50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE50D; }
p { color: rgb(252,229,13); }
H1.HeaderClassName
{
color: #FCE50D;
}
.AnyTagClassName
{
color: #FCE50D;
}
</style>
background-color css
<style>
a { background-color: #FCE50D; }
a { background-color: rgb(252,229,13); }
div.DivClassName
{
background-color: #FCE50D;
}
.BgClassName
{
background-color: #FCE50D;
}
</style>
border-color css
<style>
span { border-color: #FCE50D; }
span { border-color: rgb(252,229,13); }
td.TdClassName
{
border-color: #FCE50D;
}
.TagClassName
{
border-color: #FCE50D;
}
</style>