Shades of Lemon #FCDA19
Tints of Lemon #FCDA19
RGB
CMYK
RGB Variations
Color information
#FCDA19 (or 0xFCDA19) is known color: Lemon. HEX triplet: FC, DA and 19. RGB value is (252,218,25). Sum of RGB (Red+Green+Blue) = 252+218+25=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 25 (10.16% from 255 or 5.05% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDA19 is #0325E6. Grayscale: #CECECE. Windows color (decimal): -206311 or 1694460. OLE color: 1694460.
HSL color Cylindrical-coordinate representation of color #FCDA19: hue angle of 51.01º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCDA19 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 25 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.01 |
| HSL | 51.01º | 0.97% | 0.54% | - |
| HSV(B) | 51.01º | 0.9% | 0.99% | - |
| XYZ | 65.39 | 70.91 | 11.16 | - |
| YUV | 206.16 | 25.76 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 25 | 0 | 0.13 | 0.90 | 0.01 | 51.01 | 0.97 | 0.54 |
| Hex | FC | DA | 19 | 0 | D | 5A | 1 | 33 | 61 | 36 |
| Octal | 374 | 332 | 31 | 0 | 15 | 132 | 1 | 63 | 141 | 66 |
| Binary | 11111100 | 11011010 | 11001 | 0 | 1101 | 1011010 | 1 | 110011 | 1100001 | 110110 |
Color Harmonies of #FCDA19
Complementary color
Monochromatic Colors of #FCDA19
Black with #FCDA19
Text Example
Text Example
White with #FCDA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA19; }
p { color: rgb(252,218,25); }
H1.HeaderClassName
{
color: #FCDA19;
}
.AnyTagClassName
{
color: #FCDA19;
}
</style>
background-color css
<style>
a { background-color: #FCDA19; }
a { background-color: rgb(252,218,25); }
div.DivClassName
{
background-color: #FCDA19;
}
.BgClassName
{
background-color: #FCDA19;
}
</style>
border-color css
<style>
span { border-color: #FCDA19; }
span { border-color: rgb(252,218,25); }
td.TdClassName
{
border-color: #FCDA19;
}
.TagClassName
{
border-color: #FCDA19;
}
</style>