Shades of Lemon #FCDA14
Tints of Lemon #FCDA14
RGB
CMYK
RGB Variations
Color information
#FCDA14 (or 0xFCDA14) is known color: Lemon. HEX triplet: FC, DA and 14. RGB value is (252,218,20). Sum of RGB (Red+Green+Blue) = 252+218+20=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA14 is #0325EB. Grayscale: #CECECE. Windows color (decimal): -206316 or 1366780. OLE color: 1366780.
HSL color Cylindrical-coordinate representation of color #FCDA14: hue angle of 51.21º 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 #FCDA14 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 20 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.01 |
| HSL | 51.21º | 0.97% | 0.53% | - |
| HSV(B) | 51.21º | 0.92% | 0.99% | - |
| XYZ | 65.34 | 70.89 | 10.9 | - |
| YUV | 205.59 | 23.26 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 20 | 0 | 0.13 | 0.92 | 0.01 | 51.21 | 0.97 | 0.53 |
| Hex | FC | DA | 14 | 0 | D | 5C | 1 | 33 | 61 | 35 |
| Octal | 374 | 332 | 24 | 0 | 15 | 134 | 1 | 63 | 141 | 65 |
| Binary | 11111100 | 11011010 | 10100 | 0 | 1101 | 1011100 | 1 | 110011 | 1100001 | 110101 |
Color Harmonies of #FCDA14
Complementary color
Monochromatic Colors of #FCDA14
Black with #FCDA14
Text Example
Text Example
White with #FCDA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA14; }
p { color: rgb(252,218,20); }
H1.HeaderClassName
{
color: #FCDA14;
}
.AnyTagClassName
{
color: #FCDA14;
}
</style>
background-color css
<style>
a { background-color: #FCDA14; }
a { background-color: rgb(252,218,20); }
div.DivClassName
{
background-color: #FCDA14;
}
.BgClassName
{
background-color: #FCDA14;
}
</style>
border-color css
<style>
span { border-color: #FCDA14; }
span { border-color: rgb(252,218,20); }
td.TdClassName
{
border-color: #FCDA14;
}
.TagClassName
{
border-color: #FCDA14;
}
</style>