Shades of Lemon #FCDF20
Tints of Lemon #FCDF20
RGB
CMYK
RGB Variations
Color information
#FCDF20 (or 0xFCDF20) is known color: Lemon. HEX triplet: FC, DF and 20. RGB value is (252,223,32). Sum of RGB (Red+Green+Blue) = 252+223+32=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 32 (12.89% from 255 or 6.31% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDF20 is #0320DF. Grayscale: #D2D2D2. Windows color (decimal): -205024 or 2154492. OLE color: 2154492.
HSL color Cylindrical-coordinate representation of color #FCDF20: hue angle of 52.09º 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 #FCDF20 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 32 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.01 |
| HSL | 52.09º | 0.97% | 0.56% | - |
| HSV(B) | 52.09º | 0.87% | 0.99% | - |
| XYZ | 66.79 | 73.58 | 12.05 | - |
| YUV | 209.9 | 27.61 | 158.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 32 | 0 | 0.12 | 0.87 | 0.01 | 52.09 | 0.97 | 0.56 |
| Hex | FC | DF | 20 | 0 | C | 57 | 1 | 34 | 61 | 38 |
| Octal | 374 | 337 | 40 | 0 | 14 | 127 | 1 | 64 | 141 | 70 |
| Binary | 11111100 | 11011111 | 100000 | 0 | 1100 | 1010111 | 1 | 110100 | 1100001 | 111000 |
Color Harmonies of #FCDF20
Complementary color
Monochromatic Colors of #FCDF20
Black with #FCDF20
Text Example
Text Example
White with #FCDF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF20; }
p { color: rgb(252,223,32); }
H1.HeaderClassName
{
color: #FCDF20;
}
.AnyTagClassName
{
color: #FCDF20;
}
</style>
background-color css
<style>
a { background-color: #FCDF20; }
a { background-color: rgb(252,223,32); }
div.DivClassName
{
background-color: #FCDF20;
}
.BgClassName
{
background-color: #FCDF20;
}
</style>
border-color css
<style>
span { border-color: #FCDF20; }
span { border-color: rgb(252,223,32); }
td.TdClassName
{
border-color: #FCDF20;
}
.TagClassName
{
border-color: #FCDF20;
}
</style>