Shades of Lemon #FCE40B
Tints of Lemon #FCE40B
RGB
CMYK
RGB Variations
Color information
#FCE40B (or 0xFCE40B) is known color: Lemon. HEX triplet: FC, E4 and 0B. RGB value is (252,228,11). Sum of RGB (Red+Green+Blue) = 252+228+11=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 11 (4.69% from 255 or 2.24% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE40B is #031BF4. Grayscale: #D3D3D3. Windows color (decimal): -203765 or 779516. OLE color: 779516.
HSL color Cylindrical-coordinate representation of color #FCE40B: hue angle of 54.02º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCE40B is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 11 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.01 |
| HSL | 54.02º | 0.98% | 0.52% | - |
| HSV(B) | 54.02º | 0.96% | 0.99% | - |
| XYZ | 67.95 | 76.21 | 11.44 | - |
| YUV | 210.44 | 15.45 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 11 | 0 | 0.10 | 0.96 | 0.01 | 54.02 | 0.98 | 0.52 |
| Hex | FC | E4 | B | 0 | A | 60 | 1 | 36 | 62 | 34 |
| Octal | 374 | 344 | 13 | 0 | 12 | 140 | 1 | 66 | 142 | 64 |
| Binary | 11111100 | 11100100 | 1011 | 0 | 1010 | 1100000 | 1 | 110110 | 1100010 | 110100 |
Color Harmonies of #FCE40B
Complementary color
Monochromatic Colors of #FCE40B
Black with #FCE40B
Text Example
Text Example
White with #FCE40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE40B; }
p { color: rgb(252,228,11); }
H1.HeaderClassName
{
color: #FCE40B;
}
.AnyTagClassName
{
color: #FCE40B;
}
</style>
background-color css
<style>
a { background-color: #FCE40B; }
a { background-color: rgb(252,228,11); }
div.DivClassName
{
background-color: #FCE40B;
}
.BgClassName
{
background-color: #FCE40B;
}
</style>
border-color css
<style>
span { border-color: #FCE40B; }
span { border-color: rgb(252,228,11); }
td.TdClassName
{
border-color: #FCE40B;
}
.TagClassName
{
border-color: #FCE40B;
}
</style>