Shades of Lemon #FCFC22
Tints of Lemon #FCFC22
RGB
CMYK
RGB Variations
Color information
#FCFC22 (or 0xFCFC22) is known color: Lemon. HEX triplet: FC, FC and 22. RGB value is (252,252,34). Sum of RGB (Red+Green+Blue) = 252+252+34=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 34 (13.67% from 255 or 6.32% from 538); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC22 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC22 is #0303DD. Grayscale: #E4E4E4. Windows color (decimal): -197598 or 2292988. OLE color: 2292988.
HSL color Cylindrical-coordinate representation of color #FCFC22: hue angle of 60º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCFC22 is Cyan = 0, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 34 | - |
| CMYK | 0 | 0 | 0.87 | 0.01 |
| HSL | 60º | 0.97% | 0.56% | - |
| HSV(B) | 60º | 0.87% | 0.99% | - |
| XYZ | 75.24 | 90.43 | 15 | - |
| YUV | 227.15 | 19 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 34 | 0 | 0 | 0.87 | 0.01 | 60 | 0.97 | 0.56 |
| Hex | FC | FC | 22 | 0 | 0 | 57 | 1 | 3C | 61 | 38 |
| Octal | 374 | 374 | 42 | 0 | 0 | 127 | 1 | 74 | 141 | 70 |
| Binary | 11111100 | 11111100 | 100010 | 0 | 0 | 1010111 | 1 | 111100 | 1100001 | 111000 |
Color Harmonies of #FCFC22
Complementary color
Monochromatic Colors of #FCFC22
Black with #FCFC22
Text Example
Text Example
White with #FCFC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC22; }
p { color: rgb(252,252,34); }
H1.HeaderClassName
{
color: #FCFC22;
}
.AnyTagClassName
{
color: #FCFC22;
}
</style>
background-color css
<style>
a { background-color: #FCFC22; }
a { background-color: rgb(252,252,34); }
div.DivClassName
{
background-color: #FCFC22;
}
.BgClassName
{
background-color: #FCFC22;
}
</style>
border-color css
<style>
span { border-color: #FCFC22; }
span { border-color: rgb(252,252,34); }
td.TdClassName
{
border-color: #FCFC22;
}
.TagClassName
{
border-color: #FCFC22;
}
</style>