Shades of Lemon #FCFC24
Tints of Lemon #FCFC24
RGB
CMYK
RGB Variations
Color information
#FCFC24 (or 0xFCFC24) is known color: Lemon. HEX triplet: FC, FC and 24. RGB value is (252,252,36). Sum of RGB (Red+Green+Blue) = 252+252+36=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 36 (14.45% from 255 or 6.67% from 540); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC24 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC24 is #0303DB. Grayscale: #E4E4E4. Windows color (decimal): -197596 or 2424060. OLE color: 2424060.
HSL color Cylindrical-coordinate representation of color #FCFC24: 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.86%. Process color model (Four color, CMYK) of #FCFC24 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 36 | - |
| CMYK | 0 | 0 | 0.86 | 0.01 |
| HSL | 60º | 0.97% | 0.56% | - |
| HSV(B) | 60º | 0.86% | 0.99% | - |
| XYZ | 75.27 | 90.44 | 15.16 | - |
| YUV | 227.38 | 20 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 36 | 0 | 0 | 0.86 | 0.01 | 60 | 0.97 | 0.56 |
| Hex | FC | FC | 24 | 0 | 0 | 56 | 1 | 3C | 61 | 38 |
| Octal | 374 | 374 | 44 | 0 | 0 | 126 | 1 | 74 | 141 | 70 |
| Binary | 11111100 | 11111100 | 100100 | 0 | 0 | 1010110 | 1 | 111100 | 1100001 | 111000 |
Color Harmonies of #FCFC24
Complementary color
Monochromatic Colors of #FCFC24
Black with #FCFC24
Text Example
Text Example
White with #FCFC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFC24; }
p { color: rgb(252,252,36); }
H1.HeaderClassName
{
color: #FCFC24;
}
.AnyTagClassName
{
color: #FCFC24;
}
</style>
background-color css
<style>
a { background-color: #FCFC24; }
a { background-color: rgb(252,252,36); }
div.DivClassName
{
background-color: #FCFC24;
}
.BgClassName
{
background-color: #FCFC24;
}
</style>
border-color css
<style>
span { border-color: #FCFC24; }
span { border-color: rgb(252,252,36); }
td.TdClassName
{
border-color: #FCFC24;
}
.TagClassName
{
border-color: #FCFC24;
}
</style>