Shades of Lemon #FCDD12
Tints of Lemon #FCDD12
RGB
CMYK
RGB Variations
Color information
#FCDD12 (or 0xFCDD12) is known color: Lemon. HEX triplet: FC, DD and 12. RGB value is (252,221,18). Sum of RGB (Red+Green+Blue) = 252+221+18=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD12 is #0322ED. Grayscale: #CFCFCF. Windows color (decimal): -205550 or 1236476. OLE color: 1236476.
HSL color Cylindrical-coordinate representation of color #FCDD12: hue angle of 52.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FCDD12 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 18 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.01 |
| HSL | 52.05º | 0.98% | 0.53% | - |
| HSV(B) | 52.05º | 0.93% | 0.99% | - |
| XYZ | 66.11 | 72.45 | 11.07 | - |
| YUV | 207.13 | 21.27 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 18 | 0 | 0.12 | 0.93 | 0.01 | 52.05 | 0.98 | 0.53 |
| Hex | FC | DD | 12 | 0 | C | 5D | 1 | 34 | 62 | 35 |
| Octal | 374 | 335 | 22 | 0 | 14 | 135 | 1 | 64 | 142 | 65 |
| Binary | 11111100 | 11011101 | 10010 | 0 | 1100 | 1011101 | 1 | 110100 | 1100010 | 110101 |
Color Harmonies of #FCDD12
Complementary color
Monochromatic Colors of #FCDD12
Black with #FCDD12
Text Example
Text Example
White with #FCDD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD12; }
p { color: rgb(252,221,18); }
H1.HeaderClassName
{
color: #FCDD12;
}
.AnyTagClassName
{
color: #FCDD12;
}
</style>
background-color css
<style>
a { background-color: #FCDD12; }
a { background-color: rgb(252,221,18); }
div.DivClassName
{
background-color: #FCDD12;
}
.BgClassName
{
background-color: #FCDD12;
}
</style>
border-color css
<style>
span { border-color: #FCDD12; }
span { border-color: rgb(252,221,18); }
td.TdClassName
{
border-color: #FCDD12;
}
.TagClassName
{
border-color: #FCDD12;
}
</style>