Shades of Lemon #FCF21A
Tints of Lemon #FCF21A
RGB
CMYK
RGB Variations
Color information
#FCF21A (or 0xFCF21A) is known color: Lemon. HEX triplet: FC, F2 and 1A. RGB value is (252,242,26). Sum of RGB (Red+Green+Blue) = 252+242+26=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 242 (94.92% from 255 or 46.54% from 520); Blue value is 26 (10.55% from 255 or 5% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF21A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF21A is #030DE5. Grayscale: #DDDDDD. Windows color (decimal): -200166 or 1766140. OLE color: 1766140.
HSL color Cylindrical-coordinate representation of color #FCF21A: hue angle of 57.35º degrees, saturation: 0.97, 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 #FCF21A is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 242 | 26 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.01 |
| HSL | 57.35º | 0.97% | 0.55% | - |
| HSV(B) | 57.35º | 0.9% | 0.99% | - |
| XYZ | 72.08 | 84.27 | 13.44 | - |
| YUV | 220.37 | 18.31 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 242 | 26 | 0 | 0.04 | 0.90 | 0.01 | 57.35 | 0.97 | 0.55 |
| Hex | FC | F2 | 1A | 0 | 4 | 5A | 1 | 39 | 61 | 37 |
| Octal | 374 | 362 | 32 | 0 | 4 | 132 | 1 | 71 | 141 | 67 |
| Binary | 11111100 | 11110010 | 11010 | 0 | 100 | 1011010 | 1 | 111001 | 1100001 | 110111 |
Color Harmonies of #FCF21A
Complementary color
Monochromatic Colors of #FCF21A
Black with #FCF21A
Text Example
Text Example
White with #FCF21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF21A; }
p { color: rgb(252,242,26); }
H1.HeaderClassName
{
color: #FCF21A;
}
.AnyTagClassName
{
color: #FCF21A;
}
</style>
background-color css
<style>
a { background-color: #FCF21A; }
a { background-color: rgb(252,242,26); }
div.DivClassName
{
background-color: #FCF21A;
}
.BgClassName
{
background-color: #FCF21A;
}
</style>
border-color css
<style>
span { border-color: #FCF21A; }
span { border-color: rgb(252,242,26); }
td.TdClassName
{
border-color: #FCF21A;
}
.TagClassName
{
border-color: #FCF21A;
}
</style>