Shades of Lemon #FCDF21
Tints of Lemon #FCDF21
RGB
CMYK
RGB Variations
Color information
#FCDF21 (or 0xFCDF21) is known color: Lemon. HEX triplet: FC, DF and 21. RGB value is (252,223,33). Sum of RGB (Red+Green+Blue) = 252+223+33=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 33 (13.28% from 255 or 6.50% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF21 is #0320DE. Grayscale: #D2D2D2. Windows color (decimal): -205023 or 2220028. OLE color: 2220028.
HSL color Cylindrical-coordinate representation of color #FCDF21: hue angle of 52.05º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCDF21 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 33 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.01 |
| HSL | 52.05º | 0.97% | 0.56% | - |
| HSV(B) | 52.05º | 0.87% | 0.99% | - |
| XYZ | 66.81 | 73.58 | 12.12 | - |
| YUV | 210.01 | 28.11 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 33 | 0 | 0.12 | 0.87 | 0.01 | 52.05 | 0.97 | 0.56 |
| Hex | FC | DF | 21 | 0 | C | 57 | 1 | 34 | 61 | 38 |
| Octal | 374 | 337 | 41 | 0 | 14 | 127 | 1 | 64 | 141 | 70 |
| Binary | 11111100 | 11011111 | 100001 | 0 | 1100 | 1010111 | 1 | 110100 | 1100001 | 111000 |
Color Harmonies of #FCDF21
Complementary color
Monochromatic Colors of #FCDF21
Black with #FCDF21
Text Example
Text Example
White with #FCDF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF21; }
p { color: rgb(252,223,33); }
H1.HeaderClassName
{
color: #FCDF21;
}
.AnyTagClassName
{
color: #FCDF21;
}
</style>
background-color css
<style>
a { background-color: #FCDF21; }
a { background-color: rgb(252,223,33); }
div.DivClassName
{
background-color: #FCDF21;
}
.BgClassName
{
background-color: #FCDF21;
}
</style>
border-color css
<style>
span { border-color: #FCDF21; }
span { border-color: rgb(252,223,33); }
td.TdClassName
{
border-color: #FCDF21;
}
.TagClassName
{
border-color: #FCDF21;
}
</style>