Shades of Lemon #FCE509
Tints of Lemon #FCE509
RGB
CMYK
RGB Variations
Color information
#FCE509 (or 0xFCE509) is known color: Lemon. HEX triplet: FC, E5 and 09. RGB value is (252,229,9). Sum of RGB (Red+Green+Blue) = 252+229+9=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 9 (3.91% from 255 or 1.84% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE509 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE509 is #031AF6. Grayscale: #D3D3D3. Windows color (decimal): -203511 or 648700. OLE color: 648700.
HSL color Cylindrical-coordinate representation of color #FCE509: hue angle of 54.32º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCE509 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 9 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.01 |
| HSL | 54.32º | 0.98% | 0.51% | - |
| HSV(B) | 54.32º | 0.96% | 0.99% | - |
| XYZ | 68.21 | 76.75 | 11.48 | - |
| YUV | 210.8 | 14.12 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 9 | 0 | 0.09 | 0.96 | 0.01 | 54.32 | 0.98 | 0.51 |
| Hex | FC | E5 | 9 | 0 | 9 | 60 | 1 | 36 | 62 | 33 |
| Octal | 374 | 345 | 11 | 0 | 11 | 140 | 1 | 66 | 142 | 63 |
| Binary | 11111100 | 11100101 | 1001 | 0 | 1001 | 1100000 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FCE509
Complementary color
Monochromatic Colors of #FCE509
Black with #FCE509
Text Example
Text Example
White with #FCE509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE509; }
p { color: rgb(252,229,9); }
H1.HeaderClassName
{
color: #FCE509;
}
.AnyTagClassName
{
color: #FCE509;
}
</style>
background-color css
<style>
a { background-color: #FCE509; }
a { background-color: rgb(252,229,9); }
div.DivClassName
{
background-color: #FCE509;
}
.BgClassName
{
background-color: #FCE509;
}
</style>
border-color css
<style>
span { border-color: #FCE509; }
span { border-color: rgb(252,229,9); }
td.TdClassName
{
border-color: #FCE509;
}
.TagClassName
{
border-color: #FCE509;
}
</style>