Shades of Lemon #FCE905
Tints of Lemon #FCE905
RGB
CMYK
RGB Variations
Color information
#FCE905 (or 0xFCE905) is known color: Lemon. HEX triplet: FC, E9 and 05. RGB value is (252,233,5). Sum of RGB (Red+Green+Blue) = 252+233+5=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 5 (2.34% from 255 or 1.02% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE905 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE905 is #0316FA. Grayscale: #D5D5D5. Windows color (decimal): -202491 or 387580. OLE color: 387580.
HSL color Cylindrical-coordinate representation of color #FCE905: hue angle of 55.38º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCE905 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 5 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.01 |
| HSL | 55.38º | 0.98% | 0.5% | - |
| HSV(B) | 55.38º | 0.98% | 0.99% | - |
| XYZ | 69.31 | 78.98 | 11.74 | - |
| YUV | 212.69 | 10.79 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 5 | 0 | 0.08 | 0.98 | 0.01 | 55.38 | 0.98 | 0.5 |
| Hex | FC | E9 | 5 | 0 | 8 | 62 | 1 | 37 | 62 | 32 |
| Octal | 374 | 351 | 5 | 0 | 10 | 142 | 1 | 67 | 142 | 62 |
| Binary | 11111100 | 11101001 | 101 | 0 | 1000 | 1100010 | 1 | 110111 | 1100010 | 110010 |
Color Harmonies of #FCE905
Complementary color
Monochromatic Colors of #FCE905
Black with #FCE905
Text Example
Text Example
White with #FCE905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE905; }
p { color: rgb(252,233,5); }
H1.HeaderClassName
{
color: #FCE905;
}
.AnyTagClassName
{
color: #FCE905;
}
</style>
background-color css
<style>
a { background-color: #FCE905; }
a { background-color: rgb(252,233,5); }
div.DivClassName
{
background-color: #FCE905;
}
.BgClassName
{
background-color: #FCE905;
}
</style>
border-color css
<style>
span { border-color: #FCE905; }
span { border-color: rgb(252,233,5); }
td.TdClassName
{
border-color: #FCE905;
}
.TagClassName
{
border-color: #FCE905;
}
</style>