Shades of Lemon #FCDF14
Tints of Lemon #FCDF14
RGB
CMYK
RGB Variations
Color information
#FCDF14 (or 0xFCDF14) is known color: Lemon. HEX triplet: FC, DF and 14. RGB value is (252,223,20). Sum of RGB (Red+Green+Blue) = 252+223+20=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF14 is #0320EB. Grayscale: #D1D1D1. Windows color (decimal): -205036 or 1368060. OLE color: 1368060.
HSL color Cylindrical-coordinate representation of color #FCDF14: hue angle of 52.5º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FCDF14 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.01 |
| HSL | 52.5º | 0.97% | 0.53% | - |
| HSV(B) | 52.5º | 0.92% | 0.99% | - |
| XYZ | 66.66 | 73.52 | 11.34 | - |
| YUV | 208.53 | 21.61 | 159.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 20 | 0 | 0.12 | 0.92 | 0.01 | 52.5 | 0.97 | 0.53 |
| Hex | FC | DF | 14 | 0 | C | 5C | 1 | 34 | 61 | 35 |
| Octal | 374 | 337 | 24 | 0 | 14 | 134 | 1 | 64 | 141 | 65 |
| Binary | 11111100 | 11011111 | 10100 | 0 | 1100 | 1011100 | 1 | 110100 | 1100001 | 110101 |
Color Harmonies of #FCDF14
Complementary color
Monochromatic Colors of #FCDF14
Black with #FCDF14
Text Example
Text Example
White with #FCDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF14; }
p { color: rgb(252,223,20); }
H1.HeaderClassName
{
color: #FCDF14;
}
.AnyTagClassName
{
color: #FCDF14;
}
</style>
background-color css
<style>
a { background-color: #FCDF14; }
a { background-color: rgb(252,223,20); }
div.DivClassName
{
background-color: #FCDF14;
}
.BgClassName
{
background-color: #FCDF14;
}
</style>
border-color css
<style>
span { border-color: #FCDF14; }
span { border-color: rgb(252,223,20); }
td.TdClassName
{
border-color: #FCDF14;
}
.TagClassName
{
border-color: #FCDF14;
}
</style>