Shades of Lemon #FCEB1D
Tints of Lemon #FCEB1D
RGB
CMYK
RGB Variations
Color information
#FCEB1D (or 0xFCEB1D) is known color: Lemon. HEX triplet: FC, EB and 1D. RGB value is (252,235,29). Sum of RGB (Red+Green+Blue) = 252+235+29=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 29 (11.72% from 255 or 5.62% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCEB1D is #0314E2. Grayscale: #D9D9D9. Windows color (decimal): -201955 or 1960956. OLE color: 1960956.
HSL color Cylindrical-coordinate representation of color #FCEB1D: hue angle of 55.43º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCEB1D is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 29 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.01 |
| HSL | 55.43º | 0.97% | 0.55% | - |
| HSV(B) | 55.43º | 0.88% | 0.99% | - |
| XYZ | 70.07 | 80.2 | 12.95 | - |
| YUV | 216.6 | 22.13 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 29 | 0 | 0.07 | 0.88 | 0.01 | 55.43 | 0.97 | 0.55 |
| Hex | FC | EB | 1D | 0 | 7 | 58 | 1 | 37 | 61 | 37 |
| Octal | 374 | 353 | 35 | 0 | 7 | 130 | 1 | 67 | 141 | 67 |
| Binary | 11111100 | 11101011 | 11101 | 0 | 111 | 1011000 | 1 | 110111 | 1100001 | 110111 |
Color Harmonies of #FCEB1D
Complementary color
Monochromatic Colors of #FCEB1D
Black with #FCEB1D
Text Example
Text Example
White with #FCEB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB1D; }
p { color: rgb(252,235,29); }
H1.HeaderClassName
{
color: #FCEB1D;
}
.AnyTagClassName
{
color: #FCEB1D;
}
</style>
background-color css
<style>
a { background-color: #FCEB1D; }
a { background-color: rgb(252,235,29); }
div.DivClassName
{
background-color: #FCEB1D;
}
.BgClassName
{
background-color: #FCEB1D;
}
</style>
border-color css
<style>
span { border-color: #FCEB1D; }
span { border-color: rgb(252,235,29); }
td.TdClassName
{
border-color: #FCEB1D;
}
.TagClassName
{
border-color: #FCEB1D;
}
</style>