Shades of Lemon #FCDE1F
Tints of Lemon #FCDE1F
RGB
CMYK
RGB Variations
Color information
#FCDE1F (or 0xFCDE1F) is known color: Lemon. HEX triplet: FC, DE and 1F. RGB value is (252,222,31). Sum of RGB (Red+Green+Blue) = 252+222+31=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 31 (12.5% from 255 or 6.14% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDE1F is #0321E0. Grayscale: #D1D1D1. Windows color (decimal): -205281 or 2088700. OLE color: 2088700.
HSL color Cylindrical-coordinate representation of color #FCDE1F: hue angle of 51.86º 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 #FCDE1F is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 222 | 31 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.01 |
| HSL | 51.86º | 0.97% | 0.55% | - |
| HSV(B) | 51.86º | 0.88% | 0.99% | - |
| XYZ | 66.51 | 73.04 | 11.89 | - |
| YUV | 209.2 | 27.44 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 222 | 31 | 0 | 0.12 | 0.88 | 0.01 | 51.86 | 0.97 | 0.55 |
| Hex | FC | DE | 1F | 0 | C | 58 | 1 | 34 | 61 | 37 |
| Octal | 374 | 336 | 37 | 0 | 14 | 130 | 1 | 64 | 141 | 67 |
| Binary | 11111100 | 11011110 | 11111 | 0 | 1100 | 1011000 | 1 | 110100 | 1100001 | 110111 |
Color Harmonies of #FCDE1F
Complementary color
Monochromatic Colors of #FCDE1F
Black with #FCDE1F
Text Example
Text Example
White with #FCDE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDE1F; }
p { color: rgb(252,222,31); }
H1.HeaderClassName
{
color: #FCDE1F;
}
.AnyTagClassName
{
color: #FCDE1F;
}
</style>
background-color css
<style>
a { background-color: #FCDE1F; }
a { background-color: rgb(252,222,31); }
div.DivClassName
{
background-color: #FCDE1F;
}
.BgClassName
{
background-color: #FCDE1F;
}
</style>
border-color css
<style>
span { border-color: #FCDE1F; }
span { border-color: rgb(252,222,31); }
td.TdClassName
{
border-color: #FCDE1F;
}
.TagClassName
{
border-color: #FCDE1F;
}
</style>