Shades of Lemon #FCE61D
Tints of Lemon #FCE61D
RGB
CMYK
RGB Variations
Color information
#FCE61D (or 0xFCE61D) is known color: Lemon. HEX triplet: FC, E6 and 1D. RGB value is (252,230,29). Sum of RGB (Red+Green+Blue) = 252+230+29=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 230 (90.23% from 255 or 45.01% from 511); Blue value is 29 (11.72% from 255 or 5.68% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE61D is #0319E2. Grayscale: #D6D6D6. Windows color (decimal): -203235 or 1959676. OLE color: 1959676.
HSL color Cylindrical-coordinate representation of color #FCE61D: hue angle of 54.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCE61D is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 29 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.01 |
| HSL | 54.08º | 0.97% | 0.55% | - |
| HSV(B) | 54.08º | 0.88% | 0.99% | - |
| XYZ | 68.66 | 77.38 | 12.48 | - |
| YUV | 213.66 | 23.79 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 29 | 0 | 0.09 | 0.88 | 0.01 | 54.08 | 0.97 | 0.55 |
| Hex | FC | E6 | 1D | 0 | 9 | 58 | 1 | 36 | 61 | 37 |
| Octal | 374 | 346 | 35 | 0 | 11 | 130 | 1 | 66 | 141 | 67 |
| Binary | 11111100 | 11100110 | 11101 | 0 | 1001 | 1011000 | 1 | 110110 | 1100001 | 110111 |
Color Harmonies of #FCE61D
Complementary color
Monochromatic Colors of #FCE61D
Black with #FCE61D
Text Example
Text Example
White with #FCE61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE61D; }
p { color: rgb(252,230,29); }
H1.HeaderClassName
{
color: #FCE61D;
}
.AnyTagClassName
{
color: #FCE61D;
}
</style>
background-color css
<style>
a { background-color: #FCE61D; }
a { background-color: rgb(252,230,29); }
div.DivClassName
{
background-color: #FCE61D;
}
.BgClassName
{
background-color: #FCE61D;
}
</style>
border-color css
<style>
span { border-color: #FCE61D; }
span { border-color: rgb(252,230,29); }
td.TdClassName
{
border-color: #FCE61D;
}
.TagClassName
{
border-color: #FCE61D;
}
</style>