Shades of Lemon #FCDD1C
Tints of Lemon #FCDD1C
RGB
CMYK
RGB Variations
Color information
#FCDD1C (or 0xFCDD1C) is known color: Lemon. HEX triplet: FC, DD and 1C. RGB value is (252,221,28). Sum of RGB (Red+Green+Blue) = 252+221+28=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 28 (11.33% from 255 or 5.59% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDD1C is #0322E3. Grayscale: #D1D1D1. Windows color (decimal): -205540 or 1891836. OLE color: 1891836.
HSL color Cylindrical-coordinate representation of color #FCDD1C: hue angle of 51.7º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FCDD1C is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 28 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.01 |
| HSL | 51.7º | 0.97% | 0.55% | - |
| HSV(B) | 51.7º | 0.89% | 0.99% | - |
| XYZ | 66.21 | 72.49 | 11.6 | - |
| YUV | 208.27 | 26.27 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 28 | 0 | 0.12 | 0.89 | 0.01 | 51.7 | 0.97 | 0.55 |
| Hex | FC | DD | 1C | 0 | C | 59 | 1 | 34 | 61 | 37 |
| Octal | 374 | 335 | 34 | 0 | 14 | 131 | 1 | 64 | 141 | 67 |
| Binary | 11111100 | 11011101 | 11100 | 0 | 1100 | 1011001 | 1 | 110100 | 1100001 | 110111 |
Color Harmonies of #FCDD1C
Complementary color
Monochromatic Colors of #FCDD1C
Black with #FCDD1C
Text Example
Text Example
White with #FCDD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD1C; }
p { color: rgb(252,221,28); }
H1.HeaderClassName
{
color: #FCDD1C;
}
.AnyTagClassName
{
color: #FCDD1C;
}
</style>
background-color css
<style>
a { background-color: #FCDD1C; }
a { background-color: rgb(252,221,28); }
div.DivClassName
{
background-color: #FCDD1C;
}
.BgClassName
{
background-color: #FCDD1C;
}
</style>
border-color css
<style>
span { border-color: #FCDD1C; }
span { border-color: rgb(252,221,28); }
td.TdClassName
{
border-color: #FCDD1C;
}
.TagClassName
{
border-color: #FCDD1C;
}
</style>