Shades of Lemon #FCFF1A
Tints of Lemon #FCFF1A
RGB
CMYK
RGB Variations
Color information
#FCFF1A (or 0xFCFF1A) is known color: Lemon. HEX triplet: FC, FF and 1A. RGB value is (252,255,26). Sum of RGB (Red+Green+Blue) = 252+255+26=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 26 (10.55% from 255 or 4.88% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF1A is #0300E5. Grayscale: #E4E4E4. Windows color (decimal): -196838 or 1769468. OLE color: 1769468.
HSL color Cylindrical-coordinate representation of color #FCFF1A: hue angle of 60.79º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FCFF1A is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 255 | 26 | - |
| CMYK | 0.01 | 0 | 0.90 | 0 |
| HSL | 60.79º | 1% | 0.55% | - |
| HSV(B) | 60.79º | 0.9% | 1% | - |
| XYZ | 76.09 | 92.29 | 14.78 | - |
| YUV | 228 | 14.01 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 255 | 26 | 0.01 | 0 | 0.90 | 0 | 60.79 | 1 | 0.55 |
| Hex | FC | FF | 1A | 1 | 0 | 5A | 0 | 3D | 64 | 37 |
| Octal | 374 | 377 | 32 | 1 | 0 | 132 | 0 | 75 | 144 | 67 |
| Binary | 11111100 | 11111111 | 11010 | 1 | 0 | 1011010 | 0 | 111101 | 1100100 | 110111 |
Color Harmonies of #FCFF1A
Complementary color
Monochromatic Colors of #FCFF1A
Black with #FCFF1A
Text Example
Text Example
White with #FCFF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFF1A; }
p { color: rgb(252,255,26); }
H1.HeaderClassName
{
color: #FCFF1A;
}
.AnyTagClassName
{
color: #FCFF1A;
}
</style>
background-color css
<style>
a { background-color: #FCFF1A; }
a { background-color: rgb(252,255,26); }
div.DivClassName
{
background-color: #FCFF1A;
}
.BgClassName
{
background-color: #FCFF1A;
}
</style>
border-color css
<style>
span { border-color: #FCFF1A; }
span { border-color: rgb(252,255,26); }
td.TdClassName
{
border-color: #FCFF1A;
}
.TagClassName
{
border-color: #FCFF1A;
}
</style>