Shades of Lemon #FCDD14
Tints of Lemon #FCDD14
RGB
CMYK
RGB Variations
Color information
#FCDD14 (or 0xFCDD14) is known color: Lemon. HEX triplet: FC, DD and 14. RGB value is (252,221,20). Sum of RGB (Red+Green+Blue) = 252+221+20=493 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.12% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 20 (8.20% from 255 or 4.06% from 493); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD14 is #0322EB. Grayscale: #D0D0D0. Windows color (decimal): -205548 or 1367548. OLE color: 1367548.
HSL color Cylindrical-coordinate representation of color #FCDD14: hue angle of 51.98º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCDD14 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.01 |
| HSL | 51.98º | 0.97% | 0.53% | - |
| HSV(B) | 51.98º | 0.92% | 0.99% | - |
| XYZ | 66.13 | 72.46 | 11.16 | - |
| YUV | 207.36 | 22.27 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 20 | 0 | 0.12 | 0.92 | 0.01 | 51.98 | 0.97 | 0.53 |
| Hex | FC | DD | 14 | 0 | C | 5C | 1 | 34 | 61 | 35 |
| Octal | 374 | 335 | 24 | 0 | 14 | 134 | 1 | 64 | 141 | 65 |
| Binary | 11111100 | 11011101 | 10100 | 0 | 1100 | 1011100 | 1 | 110100 | 1100001 | 110101 |
Color Harmonies of #FCDD14
Complementary color
Monochromatic Colors of #FCDD14
Black with #FCDD14
Text Example
Text Example
White with #FCDD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD14; }
p { color: rgb(252,221,20); }
H1.HeaderClassName
{
color: #FCDD14;
}
.AnyTagClassName
{
color: #FCDD14;
}
</style>
background-color css
<style>
a { background-color: #FCDD14; }
a { background-color: rgb(252,221,20); }
div.DivClassName
{
background-color: #FCDD14;
}
.BgClassName
{
background-color: #FCDD14;
}
</style>
border-color css
<style>
span { border-color: #FCDD14; }
span { border-color: rgb(252,221,20); }
td.TdClassName
{
border-color: #FCDD14;
}
.TagClassName
{
border-color: #FCDD14;
}
</style>