Shades of Lemon #FCEB0B
Tints of Lemon #FCEB0B
RGB
CMYK
RGB Variations
Color information
#FCEB0B (or 0xFCEB0B) is known color: Lemon. HEX triplet: FC, EB and 0B. RGB value is (252,235,11). Sum of RGB (Red+Green+Blue) = 252+235+11=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 11 (4.69% from 255 or 2.21% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEB0B is #0314F4. Grayscale: #D7D7D7. Windows color (decimal): -201973 or 781308. OLE color: 781308.
HSL color Cylindrical-coordinate representation of color #FCEB0B: hue angle of 55.77º 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 #FCEB0B is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 11 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.01 |
| HSL | 55.77º | 0.98% | 0.52% | - |
| HSV(B) | 55.77º | 0.96% | 0.99% | - |
| XYZ | 69.91 | 80.14 | 12.1 | - |
| YUV | 214.55 | 13.13 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 11 | 0 | 0.07 | 0.96 | 0.01 | 55.77 | 0.98 | 0.52 |
| Hex | FC | EB | B | 0 | 7 | 60 | 1 | 38 | 62 | 34 |
| Octal | 374 | 353 | 13 | 0 | 7 | 140 | 1 | 70 | 142 | 64 |
| Binary | 11111100 | 11101011 | 1011 | 0 | 111 | 1100000 | 1 | 111000 | 1100010 | 110100 |
Color Harmonies of #FCEB0B
Complementary color
Monochromatic Colors of #FCEB0B
Black with #FCEB0B
Text Example
Text Example
White with #FCEB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB0B; }
p { color: rgb(252,235,11); }
H1.HeaderClassName
{
color: #FCEB0B;
}
.AnyTagClassName
{
color: #FCEB0B;
}
</style>
background-color css
<style>
a { background-color: #FCEB0B; }
a { background-color: rgb(252,235,11); }
div.DivClassName
{
background-color: #FCEB0B;
}
.BgClassName
{
background-color: #FCEB0B;
}
</style>
border-color css
<style>
span { border-color: #FCEB0B; }
span { border-color: rgb(252,235,11); }
td.TdClassName
{
border-color: #FCEB0B;
}
.TagClassName
{
border-color: #FCEB0B;
}
</style>