Shades of Lemon #FCE00B
Tints of Lemon #FCE00B
RGB
CMYK
RGB Variations
Color information
#FCE00B (or 0xFCE00B) is known color: Lemon. HEX triplet: FC, E0 and 0B. RGB value is (252,224,11). Sum of RGB (Red+Green+Blue) = 252+224+11=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 11 (4.69% from 255 or 2.26% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE00B is #031FF4. Grayscale: #D0D0D0. Windows color (decimal): -204789 or 778492. OLE color: 778492.
HSL color Cylindrical-coordinate representation of color #FCE00B: hue angle of 53.03º 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 #FCE00B is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 11 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.01 |
| HSL | 53.03º | 0.98% | 0.52% | - |
| HSV(B) | 53.03º | 0.96% | 0.99% | - |
| XYZ | 66.86 | 74.03 | 11.08 | - |
| YUV | 208.09 | 16.78 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 11 | 0 | 0.11 | 0.96 | 0.01 | 53.03 | 0.98 | 0.52 |
| Hex | FC | E0 | B | 0 | B | 60 | 1 | 35 | 62 | 34 |
| Octal | 374 | 340 | 13 | 0 | 13 | 140 | 1 | 65 | 142 | 64 |
| Binary | 11111100 | 11100000 | 1011 | 0 | 1011 | 1100000 | 1 | 110101 | 1100010 | 110100 |
Color Harmonies of #FCE00B
Complementary color
Monochromatic Colors of #FCE00B
Black with #FCE00B
Text Example
Text Example
White with #FCE00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE00B; }
p { color: rgb(252,224,11); }
H1.HeaderClassName
{
color: #FCE00B;
}
.AnyTagClassName
{
color: #FCE00B;
}
</style>
background-color css
<style>
a { background-color: #FCE00B; }
a { background-color: rgb(252,224,11); }
div.DivClassName
{
background-color: #FCE00B;
}
.BgClassName
{
background-color: #FCE00B;
}
</style>
border-color css
<style>
span { border-color: #FCE00B; }
span { border-color: rgb(252,224,11); }
td.TdClassName
{
border-color: #FCE00B;
}
.TagClassName
{
border-color: #FCE00B;
}
</style>