Shades of Lemon #FCDB15
Tints of Lemon #FCDB15
RGB
CMYK
RGB Variations
Color information
#FCDB15 (or 0xFCDB15) is known color: Lemon. HEX triplet: FC, DB and 15. RGB value is (252,219,21). Sum of RGB (Red+Green+Blue) = 252+219+21=492 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.22% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 21 (8.59% from 255 or 4.27% from 492); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB15 is #0324EA. Grayscale: #CFCFCF. Windows color (decimal): -206059 or 1432572. OLE color: 1432572.
HSL color Cylindrical-coordinate representation of color #FCDB15: hue angle of 51.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCDB15 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 21 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.01 |
| HSL | 51.43º | 0.97% | 0.54% | - |
| HSV(B) | 51.43º | 0.92% | 0.99% | - |
| XYZ | 65.61 | 71.41 | 11.04 | - |
| YUV | 206.3 | 23.43 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 21 | 0 | 0.13 | 0.92 | 0.01 | 51.43 | 0.97 | 0.54 |
| Hex | FC | DB | 15 | 0 | D | 5C | 1 | 33 | 61 | 36 |
| Octal | 374 | 333 | 25 | 0 | 15 | 134 | 1 | 63 | 141 | 66 |
| Binary | 11111100 | 11011011 | 10101 | 0 | 1101 | 1011100 | 1 | 110011 | 1100001 | 110110 |
Color Harmonies of #FCDB15
Complementary color
Monochromatic Colors of #FCDB15
Black with #FCDB15
Text Example
Text Example
White with #FCDB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB15; }
p { color: rgb(252,219,21); }
H1.HeaderClassName
{
color: #FCDB15;
}
.AnyTagClassName
{
color: #FCDB15;
}
</style>
background-color css
<style>
a { background-color: #FCDB15; }
a { background-color: rgb(252,219,21); }
div.DivClassName
{
background-color: #FCDB15;
}
.BgClassName
{
background-color: #FCDB15;
}
</style>
border-color css
<style>
span { border-color: #FCDB15; }
span { border-color: rgb(252,219,21); }
td.TdClassName
{
border-color: #FCDB15;
}
.TagClassName
{
border-color: #FCDB15;
}
</style>