Shades of Lemon #FCE41A
Tints of Lemon #FCE41A
RGB
CMYK
RGB Variations
Color information
#FCE41A (or 0xFCE41A) is known color: Lemon. HEX triplet: FC, E4 and 1A. RGB value is (252,228,26). Sum of RGB (Red+Green+Blue) = 252+228+26=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 26 (10.55% from 255 or 5.14% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE41A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE41A is #031BE5. Grayscale: #D4D4D4. Windows color (decimal): -203750 or 1762556. OLE color: 1762556.
HSL color Cylindrical-coordinate representation of color #FCE41A: hue angle of 53.63º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCE41A is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 26 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.01 |
| HSL | 53.63º | 0.97% | 0.55% | - |
| HSV(B) | 53.63º | 0.9% | 0.99% | - |
| XYZ | 68.07 | 76.26 | 12.11 | - |
| YUV | 212.15 | 22.95 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 26 | 0 | 0.10 | 0.90 | 0.01 | 53.63 | 0.97 | 0.55 |
| Hex | FC | E4 | 1A | 0 | A | 5A | 1 | 36 | 61 | 37 |
| Octal | 374 | 344 | 32 | 0 | 12 | 132 | 1 | 66 | 141 | 67 |
| Binary | 11111100 | 11100100 | 11010 | 0 | 1010 | 1011010 | 1 | 110110 | 1100001 | 110111 |
Color Harmonies of #FCE41A
Complementary color
Monochromatic Colors of #FCE41A
Black with #FCE41A
Text Example
Text Example
White with #FCE41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE41A; }
p { color: rgb(252,228,26); }
H1.HeaderClassName
{
color: #FCE41A;
}
.AnyTagClassName
{
color: #FCE41A;
}
</style>
background-color css
<style>
a { background-color: #FCE41A; }
a { background-color: rgb(252,228,26); }
div.DivClassName
{
background-color: #FCE41A;
}
.BgClassName
{
background-color: #FCE41A;
}
</style>
border-color css
<style>
span { border-color: #FCE41A; }
span { border-color: rgb(252,228,26); }
td.TdClassName
{
border-color: #FCE41A;
}
.TagClassName
{
border-color: #FCE41A;
}
</style>