Shades of Lemon #FCDE1D
Tints of Lemon #FCDE1D
RGB
CMYK
RGB Variations
Color information
#FCDE1D (or 0xFCDE1D) is known color: Lemon. HEX triplet: FC, DE and 1D. RGB value is (252,222,29). Sum of RGB (Red+Green+Blue) = 252+222+29=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 29 (11.72% from 255 or 5.77% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE1D is #0321E2. Grayscale: #D1D1D1. Windows color (decimal): -205283 or 1957628. OLE color: 1957628.
HSL color Cylindrical-coordinate representation of color #FCDE1D: hue angle of 51.93º 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 #FCDE1D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.01 |
| HSL | 51.93º | 0.97% | 0.55% | - |
| HSV(B) | 51.93º | 0.88% | 0.99% | - |
| XYZ | 66.49 | 73.03 | 11.75 | - |
| YUV | 208.97 | 26.44 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 29 | 0 | 0.12 | 0.88 | 0.01 | 51.93 | 0.97 | 0.55 |
| Hex | FC | DE | 1D | 0 | C | 58 | 1 | 34 | 61 | 37 |
| Octal | 374 | 336 | 35 | 0 | 14 | 130 | 1 | 64 | 141 | 67 |
| Binary | 11111100 | 11011110 | 11101 | 0 | 1100 | 1011000 | 1 | 110100 | 1100001 | 110111 |
Color Harmonies of #FCDE1D
Complementary color
Monochromatic Colors of #FCDE1D
Black with #FCDE1D
Text Example
Text Example
White with #FCDE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE1D; }
p { color: rgb(252,222,29); }
H1.HeaderClassName
{
color: #FCDE1D;
}
.AnyTagClassName
{
color: #FCDE1D;
}
</style>
background-color css
<style>
a { background-color: #FCDE1D; }
a { background-color: rgb(252,222,29); }
div.DivClassName
{
background-color: #FCDE1D;
}
.BgClassName
{
background-color: #FCDE1D;
}
</style>
border-color css
<style>
span { border-color: #FCDE1D; }
span { border-color: rgb(252,222,29); }
td.TdClassName
{
border-color: #FCDE1D;
}
.TagClassName
{
border-color: #FCDE1D;
}
</style>