Shades of Lemon #FCEB0A
Tints of Lemon #FCEB0A
RGB
CMYK
RGB Variations
Color information
#FCEB0A (or 0xFCEB0A) is known color: Lemon. HEX triplet: FC, EB and 0A. RGB value is (252,235,10). Sum of RGB (Red+Green+Blue) = 252+235+10=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 10 (4.30% from 255 or 2.01% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCEB0A is #0314F5. Grayscale: #D7D7D7. Windows color (decimal): -201974 or 715772. OLE color: 715772.
HSL color Cylindrical-coordinate representation of color #FCEB0A: hue angle of 55.79º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCEB0A is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 10 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.01 |
| HSL | 55.79º | 0.98% | 0.51% | - |
| HSV(B) | 55.79º | 0.96% | 0.99% | - |
| XYZ | 69.91 | 80.13 | 12.07 | - |
| YUV | 214.43 | 12.63 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 10 | 0 | 0.07 | 0.96 | 0.01 | 55.79 | 0.98 | 0.51 |
| Hex | FC | EB | A | 0 | 7 | 60 | 1 | 38 | 62 | 33 |
| Octal | 374 | 353 | 12 | 0 | 7 | 140 | 1 | 70 | 142 | 63 |
| Binary | 11111100 | 11101011 | 1010 | 0 | 111 | 1100000 | 1 | 111000 | 1100010 | 110011 |
Color Harmonies of #FCEB0A
Complementary color
Monochromatic Colors of #FCEB0A
Black with #FCEB0A
Text Example
Text Example
White with #FCEB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB0A; }
p { color: rgb(252,235,10); }
H1.HeaderClassName
{
color: #FCEB0A;
}
.AnyTagClassName
{
color: #FCEB0A;
}
</style>
background-color css
<style>
a { background-color: #FCEB0A; }
a { background-color: rgb(252,235,10); }
div.DivClassName
{
background-color: #FCEB0A;
}
.BgClassName
{
background-color: #FCEB0A;
}
</style>
border-color css
<style>
span { border-color: #FCEB0A; }
span { border-color: rgb(252,235,10); }
td.TdClassName
{
border-color: #FCEB0A;
}
.TagClassName
{
border-color: #FCEB0A;
}
</style>