Shades of Lemon #FCFD1A
Tints of Lemon #FCFD1A
RGB
CMYK
RGB Variations
Color information
#FCFD1A (or 0xFCFD1A) is known color: Lemon. HEX triplet: FC, FD and 1A. RGB value is (252,253,26). Sum of RGB (Red+Green+Blue) = 252+253+26=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 26 (10.55% from 255 or 4.90% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD1A is #0302E5. Grayscale: #E3E3E3. Windows color (decimal): -197350 or 1768956. OLE color: 1768956.
HSL color Cylindrical-coordinate representation of color #FCFD1A: hue angle of 60.26º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCFD1A is Cyan = 0.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 253 | 26 | - |
| CMYK | 0.00 | 0 | 0.90 | 0.01 |
| HSL | 60.26º | 0.98% | 0.55% | - |
| HSV(B) | 60.26º | 0.9% | 0.99% | - |
| XYZ | 75.46 | 91.02 | 14.57 | - |
| YUV | 226.82 | 14.67 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 253 | 26 | 0.00 | 0 | 0.90 | 0.01 | 60.26 | 0.98 | 0.55 |
| Hex | FC | FD | 1A | 0 | 0 | 5A | 1 | 3C | 62 | 37 |
| Octal | 374 | 375 | 32 | 0 | 0 | 132 | 1 | 74 | 142 | 67 |
| Binary | 11111100 | 11111101 | 11010 | 0 | 0 | 1011010 | 1 | 111100 | 1100010 | 110111 |
Color Harmonies of #FCFD1A
Complementary color
Monochromatic Colors of #FCFD1A
Black with #FCFD1A
Text Example
Text Example
White with #FCFD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFD1A; }
p { color: rgb(252,253,26); }
H1.HeaderClassName
{
color: #FCFD1A;
}
.AnyTagClassName
{
color: #FCFD1A;
}
</style>
background-color css
<style>
a { background-color: #FCFD1A; }
a { background-color: rgb(252,253,26); }
div.DivClassName
{
background-color: #FCFD1A;
}
.BgClassName
{
background-color: #FCFD1A;
}
</style>
border-color css
<style>
span { border-color: #FCFD1A; }
span { border-color: rgb(252,253,26); }
td.TdClassName
{
border-color: #FCFD1A;
}
.TagClassName
{
border-color: #FCFD1A;
}
</style>