Shades of Lemon #FCDA11
Tints of Lemon #FCDA11
RGB
CMYK
RGB Variations
Color information
#FCDA11 (or 0xFCDA11) is known color: Lemon. HEX triplet: FC, DA and 11. RGB value is (252,218,17). Sum of RGB (Red+Green+Blue) = 252+218+17=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 17 (7.03% from 255 or 3.49% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA11 is #0325EE. Grayscale: #CECECE. Windows color (decimal): -206319 or 1170172. OLE color: 1170172.
HSL color Cylindrical-coordinate representation of color #FCDA11: hue angle of 51.32º 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 #FCDA11 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 17 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.01 |
| HSL | 51.32º | 0.98% | 0.53% | - |
| HSV(B) | 51.32º | 0.93% | 0.99% | - |
| XYZ | 65.32 | 70.88 | 10.77 | - |
| YUV | 205.25 | 21.76 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 17 | 0 | 0.13 | 0.93 | 0.01 | 51.32 | 0.98 | 0.53 |
| Hex | FC | DA | 11 | 0 | D | 5D | 1 | 33 | 62 | 35 |
| Octal | 374 | 332 | 21 | 0 | 15 | 135 | 1 | 63 | 142 | 65 |
| Binary | 11111100 | 11011010 | 10001 | 0 | 1101 | 1011101 | 1 | 110011 | 1100010 | 110101 |
Color Harmonies of #FCDA11
Complementary color
Monochromatic Colors of #FCDA11
Black with #FCDA11
Text Example
Text Example
White with #FCDA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA11; }
p { color: rgb(252,218,17); }
H1.HeaderClassName
{
color: #FCDA11;
}
.AnyTagClassName
{
color: #FCDA11;
}
</style>
background-color css
<style>
a { background-color: #FCDA11; }
a { background-color: rgb(252,218,17); }
div.DivClassName
{
background-color: #FCDA11;
}
.BgClassName
{
background-color: #FCDA11;
}
</style>
border-color css
<style>
span { border-color: #FCDA11; }
span { border-color: rgb(252,218,17); }
td.TdClassName
{
border-color: #FCDA11;
}
.TagClassName
{
border-color: #FCDA11;
}
</style>