Shades of Lemon #FCDE11
Tints of Lemon #FCDE11
RGB
CMYK
RGB Variations
Color information
#FCDE11 (or 0xFCDE11) is known color: Lemon. HEX triplet: FC, DE and 11. RGB value is (252,222,17). Sum of RGB (Red+Green+Blue) = 252+222+17=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 222 (87.11% from 255 or 45.21% from 491); Blue value is 17 (7.03% from 255 or 3.46% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDE11 is #0321EE. Grayscale: #D0D0D0. Windows color (decimal): -205295 or 1171196. OLE color: 1171196.
HSL color Cylindrical-coordinate representation of color #FCDE11: hue angle of 52.34º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCDE11 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 17 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.01 |
| HSL | 52.34º | 0.98% | 0.53% | - |
| HSV(B) | 52.34º | 0.93% | 0.99% | - |
| XYZ | 66.37 | 72.98 | 11.12 | - |
| YUV | 207.6 | 20.44 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 17 | 0 | 0.12 | 0.93 | 0.01 | 52.34 | 0.98 | 0.53 |
| Hex | FC | DE | 11 | 0 | C | 5D | 1 | 34 | 62 | 35 |
| Octal | 374 | 336 | 21 | 0 | 14 | 135 | 1 | 64 | 142 | 65 |
| Binary | 11111100 | 11011110 | 10001 | 0 | 1100 | 1011101 | 1 | 110100 | 1100010 | 110101 |
Color Harmonies of #FCDE11
Complementary color
Monochromatic Colors of #FCDE11
Black with #FCDE11
Text Example
Text Example
White with #FCDE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE11; }
p { color: rgb(252,222,17); }
H1.HeaderClassName
{
color: #FCDE11;
}
.AnyTagClassName
{
color: #FCDE11;
}
</style>
background-color css
<style>
a { background-color: #FCDE11; }
a { background-color: rgb(252,222,17); }
div.DivClassName
{
background-color: #FCDE11;
}
.BgClassName
{
background-color: #FCDE11;
}
</style>
border-color css
<style>
span { border-color: #FCDE11; }
span { border-color: rgb(252,222,17); }
td.TdClassName
{
border-color: #FCDE11;
}
.TagClassName
{
border-color: #FCDE11;
}
</style>