Shades of Lemon #FCDF15
Tints of Lemon #FCDF15
RGB
CMYK
RGB Variations
Color information
#FCDF15 (or 0xFCDF15) is known color: Lemon. HEX triplet: FC, DF and 15. RGB value is (252,223,21). Sum of RGB (Red+Green+Blue) = 252+223+21=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 21 (8.59% from 255 or 4.23% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF15 is #0320EA. Grayscale: #D1D1D1. Windows color (decimal): -205035 or 1433596. OLE color: 1433596.
HSL color Cylindrical-coordinate representation of color #FCDF15: hue angle of 52.47º 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 #FCDF15 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 21 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.01 |
| HSL | 52.47º | 0.97% | 0.54% | - |
| HSV(B) | 52.47º | 0.92% | 0.99% | - |
| XYZ | 66.67 | 73.52 | 11.39 | - |
| YUV | 208.64 | 22.11 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 21 | 0 | 0.12 | 0.92 | 0.01 | 52.47 | 0.97 | 0.54 |
| Hex | FC | DF | 15 | 0 | C | 5C | 1 | 34 | 61 | 36 |
| Octal | 374 | 337 | 25 | 0 | 14 | 134 | 1 | 64 | 141 | 66 |
| Binary | 11111100 | 11011111 | 10101 | 0 | 1100 | 1011100 | 1 | 110100 | 1100001 | 110110 |
Color Harmonies of #FCDF15
Complementary color
Monochromatic Colors of #FCDF15
Black with #FCDF15
Text Example
Text Example
White with #FCDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF15; }
p { color: rgb(252,223,21); }
H1.HeaderClassName
{
color: #FCDF15;
}
.AnyTagClassName
{
color: #FCDF15;
}
</style>
background-color css
<style>
a { background-color: #FCDF15; }
a { background-color: rgb(252,223,21); }
div.DivClassName
{
background-color: #FCDF15;
}
.BgClassName
{
background-color: #FCDF15;
}
</style>
border-color css
<style>
span { border-color: #FCDF15; }
span { border-color: rgb(252,223,21); }
td.TdClassName
{
border-color: #FCDF15;
}
.TagClassName
{
border-color: #FCDF15;
}
</style>