Shades of Lemon #FCE60F
Tints of Lemon #FCE60F
RGB
CMYK
RGB Variations
Color information
#FCE60F (or 0xFCE60F) is known color: Lemon. HEX triplet: FC, E6 and 0F. RGB value is (252,230,15). Sum of RGB (Red+Green+Blue) = 252+230+15=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 230 (90.23% from 255 or 46.28% from 497); Blue value is 15 (6.25% from 255 or 3.02% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE60F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCE60F is #0319F0. Grayscale: #D4D4D4. Windows color (decimal): -203249 or 1042172. OLE color: 1042172.
HSL color Cylindrical-coordinate representation of color #FCE60F: hue angle of 54.43º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCE60F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.01 |
| HSL | 54.43º | 0.98% | 0.52% | - |
| HSV(B) | 54.43º | 0.94% | 0.99% | - |
| XYZ | 68.53 | 77.32 | 11.77 | - |
| YUV | 212.07 | 16.79 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 15 | 0 | 0.09 | 0.94 | 0.01 | 54.43 | 0.98 | 0.52 |
| Hex | FC | E6 | F | 0 | 9 | 5E | 1 | 36 | 62 | 34 |
| Octal | 374 | 346 | 17 | 0 | 11 | 136 | 1 | 66 | 142 | 64 |
| Binary | 11111100 | 11100110 | 1111 | 0 | 1001 | 1011110 | 1 | 110110 | 1100010 | 110100 |
Color Harmonies of #FCE60F
Complementary color
Monochromatic Colors of #FCE60F
Black with #FCE60F
Text Example
Text Example
White with #FCE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE60F; }
p { color: rgb(252,230,15); }
H1.HeaderClassName
{
color: #FCE60F;
}
.AnyTagClassName
{
color: #FCE60F;
}
</style>
background-color css
<style>
a { background-color: #FCE60F; }
a { background-color: rgb(252,230,15); }
div.DivClassName
{
background-color: #FCE60F;
}
.BgClassName
{
background-color: #FCE60F;
}
</style>
border-color css
<style>
span { border-color: #FCE60F; }
span { border-color: rgb(252,230,15); }
td.TdClassName
{
border-color: #FCE60F;
}
.TagClassName
{
border-color: #FCE60F;
}
</style>