Shades of Lemon #FCDD10
Tints of Lemon #FCDD10
RGB
CMYK
RGB Variations
Color information
#FCDD10 (or 0xFCDD10) is known color: Lemon. HEX triplet: FC, DD and 10. RGB value is (252,221,16). Sum of RGB (Red+Green+Blue) = 252+221+16=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 16 (6.64% from 255 or 3.27% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD10 is #0322EF. Grayscale: #CFCFCF. Windows color (decimal): -205552 or 1105404. OLE color: 1105404.
HSL color Cylindrical-coordinate representation of color #FCDD10: hue angle of 52.12º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCDD10 is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 16 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.01 |
| HSL | 52.12º | 0.98% | 0.53% | - |
| HSV(B) | 52.12º | 0.94% | 0.99% | - |
| XYZ | 66.09 | 72.45 | 10.99 | - |
| YUV | 206.9 | 20.27 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 16 | 0 | 0.12 | 0.94 | 0.01 | 52.12 | 0.98 | 0.53 |
| Hex | FC | DD | 10 | 0 | C | 5E | 1 | 34 | 62 | 35 |
| Octal | 374 | 335 | 20 | 0 | 14 | 136 | 1 | 64 | 142 | 65 |
| Binary | 11111100 | 11011101 | 10000 | 0 | 1100 | 1011110 | 1 | 110100 | 1100010 | 110101 |
Color Harmonies of #FCDD10
Complementary color
Monochromatic Colors of #FCDD10
Black with #FCDD10
Text Example
Text Example
White with #FCDD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD10; }
p { color: rgb(252,221,16); }
H1.HeaderClassName
{
color: #FCDD10;
}
.AnyTagClassName
{
color: #FCDD10;
}
</style>
background-color css
<style>
a { background-color: #FCDD10; }
a { background-color: rgb(252,221,16); }
div.DivClassName
{
background-color: #FCDD10;
}
.BgClassName
{
background-color: #FCDD10;
}
</style>
border-color css
<style>
span { border-color: #FCDD10; }
span { border-color: rgb(252,221,16); }
td.TdClassName
{
border-color: #FCDD10;
}
.TagClassName
{
border-color: #FCDD10;
}
</style>