Shades of Lemon #FCE507
Tints of Lemon #FCE507
RGB
CMYK
RGB Variations
Color information
#FCE507 (or 0xFCE507) is known color: Lemon. HEX triplet: FC, E5 and 07. RGB value is (252,229,7). Sum of RGB (Red+Green+Blue) = 252+229+7=488 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.64% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 7 (3.12% from 255 or 1.43% from 488); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE507 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE507 is #031AF8. Grayscale: #D3D3D3. Windows color (decimal): -203513 or 517628. OLE color: 517628.
HSL color Cylindrical-coordinate representation of color #FCE507: hue angle of 54.37º 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 #FCE507 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 7 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.01 |
| HSL | 54.37º | 0.98% | 0.51% | - |
| HSV(B) | 54.37º | 0.97% | 0.99% | - |
| XYZ | 68.2 | 76.75 | 11.42 | - |
| YUV | 210.57 | 13.12 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 7 | 0 | 0.09 | 0.97 | 0.01 | 54.37 | 0.98 | 0.51 |
| Hex | FC | E5 | 7 | 0 | 9 | 61 | 1 | 36 | 62 | 33 |
| Octal | 374 | 345 | 7 | 0 | 11 | 141 | 1 | 66 | 142 | 63 |
| Binary | 11111100 | 11100101 | 111 | 0 | 1001 | 1100001 | 1 | 110110 | 1100010 | 110011 |
Color Harmonies of #FCE507
Complementary color
Monochromatic Colors of #FCE507
Black with #FCE507
Text Example
Text Example
White with #FCE507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE507; }
p { color: rgb(252,229,7); }
H1.HeaderClassName
{
color: #FCE507;
}
.AnyTagClassName
{
color: #FCE507;
}
</style>
background-color css
<style>
a { background-color: #FCE507; }
a { background-color: rgb(252,229,7); }
div.DivClassName
{
background-color: #FCE507;
}
.BgClassName
{
background-color: #FCE507;
}
</style>
border-color css
<style>
span { border-color: #FCE507; }
span { border-color: rgb(252,229,7); }
td.TdClassName
{
border-color: #FCE507;
}
.TagClassName
{
border-color: #FCE507;
}
</style>