Shades of Lemon #FCDF1D
Tints of Lemon #FCDF1D
RGB
CMYK
RGB Variations
Color information
#FCDF1D (or 0xFCDF1D) is known color: Lemon. HEX triplet: FC, DF and 1D. RGB value is (252,223,29). Sum of RGB (Red+Green+Blue) = 252+223+29=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 29 (11.72% from 255 or 5.75% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF1D is #0320E2. Grayscale: #D2D2D2. Windows color (decimal): -205027 or 1957884. OLE color: 1957884.
HSL color Cylindrical-coordinate representation of color #FCDF1D: hue angle of 52.2º 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 #FCDF1D is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 29 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.01 |
| HSL | 52.2º | 0.97% | 0.55% | - |
| HSV(B) | 52.2º | 0.88% | 0.99% | - |
| XYZ | 66.75 | 73.56 | 11.84 | - |
| YUV | 209.56 | 26.11 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 29 | 0 | 0.12 | 0.88 | 0.01 | 52.2 | 0.97 | 0.55 |
| Hex | FC | DF | 1D | 0 | C | 58 | 1 | 34 | 61 | 37 |
| Octal | 374 | 337 | 35 | 0 | 14 | 130 | 1 | 64 | 141 | 67 |
| Binary | 11111100 | 11011111 | 11101 | 0 | 1100 | 1011000 | 1 | 110100 | 1100001 | 110111 |
Color Harmonies of #FCDF1D
Complementary color
Monochromatic Colors of #FCDF1D
Black with #FCDF1D
Text Example
Text Example
White with #FCDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF1D; }
p { color: rgb(252,223,29); }
H1.HeaderClassName
{
color: #FCDF1D;
}
.AnyTagClassName
{
color: #FCDF1D;
}
</style>
background-color css
<style>
a { background-color: #FCDF1D; }
a { background-color: rgb(252,223,29); }
div.DivClassName
{
background-color: #FCDF1D;
}
.BgClassName
{
background-color: #FCDF1D;
}
</style>
border-color css
<style>
span { border-color: #FCDF1D; }
span { border-color: rgb(252,223,29); }
td.TdClassName
{
border-color: #FCDF1D;
}
.TagClassName
{
border-color: #FCDF1D;
}
</style>