Shades of Lemon #FCDD13
Tints of Lemon #FCDD13
RGB
CMYK
RGB Variations
Color information
#FCDD13 (or 0xFCDD13) is known color: Lemon. HEX triplet: FC, DD and 13. RGB value is (252,221,19). Sum of RGB (Red+Green+Blue) = 252+221+19=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD13 is #0322EC. Grayscale: #D0D0D0. Windows color (decimal): -205549 or 1302012. OLE color: 1302012.
HSL color Cylindrical-coordinate representation of color #FCDD13: hue angle of 52.02º 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 #FCDD13 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 19 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.01 |
| HSL | 52.02º | 0.97% | 0.53% | - |
| HSV(B) | 52.02º | 0.92% | 0.99% | - |
| XYZ | 66.12 | 72.46 | 11.12 | - |
| YUV | 207.24 | 21.77 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 19 | 0 | 0.12 | 0.92 | 0.01 | 52.02 | 0.97 | 0.53 |
| Hex | FC | DD | 13 | 0 | C | 5C | 1 | 34 | 61 | 35 |
| Octal | 374 | 335 | 23 | 0 | 14 | 134 | 1 | 64 | 141 | 65 |
| Binary | 11111100 | 11011101 | 10011 | 0 | 1100 | 1011100 | 1 | 110100 | 1100001 | 110101 |
Color Harmonies of #FCDD13
Complementary color
Monochromatic Colors of #FCDD13
Black with #FCDD13
Text Example
Text Example
White with #FCDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD13; }
p { color: rgb(252,221,19); }
H1.HeaderClassName
{
color: #FCDD13;
}
.AnyTagClassName
{
color: #FCDD13;
}
</style>
background-color css
<style>
a { background-color: #FCDD13; }
a { background-color: rgb(252,221,19); }
div.DivClassName
{
background-color: #FCDD13;
}
.BgClassName
{
background-color: #FCDD13;
}
</style>
border-color css
<style>
span { border-color: #FCDD13; }
span { border-color: rgb(252,221,19); }
td.TdClassName
{
border-color: #FCDD13;
}
.TagClassName
{
border-color: #FCDD13;
}
</style>