Shades of Lemon #FCEB1A
Tints of Lemon #FCEB1A
RGB
CMYK
RGB Variations
Color information
#FCEB1A (or 0xFCEB1A) is known color: Lemon. HEX triplet: FC, EB and 1A. RGB value is (252,235,26). Sum of RGB (Red+Green+Blue) = 252+235+26=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 26 (10.55% from 255 or 5.07% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB1A is #0314E5. Grayscale: #D9D9D9. Windows color (decimal): -201958 or 1764348. OLE color: 1764348.
HSL color Cylindrical-coordinate representation of color #FCEB1A: hue angle of 55.49º 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 #FCEB1A is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 26 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.01 |
| HSL | 55.49º | 0.97% | 0.55% | - |
| HSV(B) | 55.49º | 0.9% | 0.99% | - |
| XYZ | 70.04 | 80.19 | 12.76 | - |
| YUV | 216.26 | 20.63 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 26 | 0 | 0.07 | 0.90 | 0.01 | 55.49 | 0.97 | 0.55 |
| Hex | FC | EB | 1A | 0 | 7 | 5A | 1 | 37 | 61 | 37 |
| Octal | 374 | 353 | 32 | 0 | 7 | 132 | 1 | 67 | 141 | 67 |
| Binary | 11111100 | 11101011 | 11010 | 0 | 111 | 1011010 | 1 | 110111 | 1100001 | 110111 |
Color Harmonies of #FCEB1A
Complementary color
Monochromatic Colors of #FCEB1A
Black with #FCEB1A
Text Example
Text Example
White with #FCEB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB1A; }
p { color: rgb(252,235,26); }
H1.HeaderClassName
{
color: #FCEB1A;
}
.AnyTagClassName
{
color: #FCEB1A;
}
</style>
background-color css
<style>
a { background-color: #FCEB1A; }
a { background-color: rgb(252,235,26); }
div.DivClassName
{
background-color: #FCEB1A;
}
.BgClassName
{
background-color: #FCEB1A;
}
</style>
border-color css
<style>
span { border-color: #FCEB1A; }
span { border-color: rgb(252,235,26); }
td.TdClassName
{
border-color: #FCEB1A;
}
.TagClassName
{
border-color: #FCEB1A;
}
</style>