Shades of Lemon #FCE21C
Tints of Lemon #FCE21C
RGB
CMYK
RGB Variations
Color information
#FCE21C (or 0xFCE21C) is known color: Lemon. HEX triplet: FC, E2 and 1C. RGB value is (252,226,28). Sum of RGB (Red+Green+Blue) = 252+226+28=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 28 (11.33% from 255 or 5.53% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE21C is #031DE3. Grayscale: #D4D4D4. Windows color (decimal): -204260 or 1893116. OLE color: 1893116.
HSL color Cylindrical-coordinate representation of color #FCE21C: hue angle of 53.04º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCE21C is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 28 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.01 |
| HSL | 53.04º | 0.97% | 0.55% | - |
| HSV(B) | 53.04º | 0.89% | 0.99% | - |
| XYZ | 67.55 | 75.17 | 12.05 | - |
| YUV | 211.2 | 24.61 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 28 | 0 | 0.10 | 0.89 | 0.01 | 53.04 | 0.97 | 0.55 |
| Hex | FC | E2 | 1C | 0 | A | 59 | 1 | 35 | 61 | 37 |
| Octal | 374 | 342 | 34 | 0 | 12 | 131 | 1 | 65 | 141 | 67 |
| Binary | 11111100 | 11100010 | 11100 | 0 | 1010 | 1011001 | 1 | 110101 | 1100001 | 110111 |
Color Harmonies of #FCE21C
Complementary color
Monochromatic Colors of #FCE21C
Black with #FCE21C
Text Example
Text Example
White with #FCE21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE21C; }
p { color: rgb(252,226,28); }
H1.HeaderClassName
{
color: #FCE21C;
}
.AnyTagClassName
{
color: #FCE21C;
}
</style>
background-color css
<style>
a { background-color: #FCE21C; }
a { background-color: rgb(252,226,28); }
div.DivClassName
{
background-color: #FCE21C;
}
.BgClassName
{
background-color: #FCE21C;
}
</style>
border-color css
<style>
span { border-color: #FCE21C; }
span { border-color: rgb(252,226,28); }
td.TdClassName
{
border-color: #FCE21C;
}
.TagClassName
{
border-color: #FCE21C;
}
</style>