Shades of Lemon #FCDB14
Tints of Lemon #FCDB14
RGB
CMYK
RGB Variations
Color information
#FCDB14 (or 0xFCDB14) is known color: Lemon. HEX triplet: FC, DB and 14. RGB value is (252,219,20). Sum of RGB (Red+Green+Blue) = 252+219+20=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 20 (8.20% from 255 or 4.07% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDB14 is #0324EB. Grayscale: #CFCFCF. Windows color (decimal): -206060 or 1367036. OLE color: 1367036.
HSL color Cylindrical-coordinate representation of color #FCDB14: hue angle of 51.47º 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 #FCDB14 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 20 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.01 |
| HSL | 51.47º | 0.97% | 0.53% | - |
| HSV(B) | 51.47º | 0.92% | 0.99% | - |
| XYZ | 65.6 | 71.41 | 10.99 | - |
| YUV | 206.18 | 22.93 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 20 | 0 | 0.13 | 0.92 | 0.01 | 51.47 | 0.97 | 0.53 |
| Hex | FC | DB | 14 | 0 | D | 5C | 1 | 33 | 61 | 35 |
| Octal | 374 | 333 | 24 | 0 | 15 | 134 | 1 | 63 | 141 | 65 |
| Binary | 11111100 | 11011011 | 10100 | 0 | 1101 | 1011100 | 1 | 110011 | 1100001 | 110101 |
Color Harmonies of #FCDB14
Complementary color
Monochromatic Colors of #FCDB14
Black with #FCDB14
Text Example
Text Example
White with #FCDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDB14; }
p { color: rgb(252,219,20); }
H1.HeaderClassName
{
color: #FCDB14;
}
.AnyTagClassName
{
color: #FCDB14;
}
</style>
background-color css
<style>
a { background-color: #FCDB14; }
a { background-color: rgb(252,219,20); }
div.DivClassName
{
background-color: #FCDB14;
}
.BgClassName
{
background-color: #FCDB14;
}
</style>
border-color css
<style>
span { border-color: #FCDB14; }
span { border-color: rgb(252,219,20); }
td.TdClassName
{
border-color: #FCDB14;
}
.TagClassName
{
border-color: #FCDB14;
}
</style>