Shades of Lemon #FCF024
Tints of Lemon #FCF024
RGB
CMYK
RGB Variations
Color information
#FCF024 (or 0xFCF024) is known color: Lemon. HEX triplet: FC, F0 and 24. RGB value is (252,240,36). Sum of RGB (Red+Green+Blue) = 252+240+36=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 240 (94.14% from 255 or 45.45% from 528); Blue value is 36 (14.45% from 255 or 6.82% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF024 is #030FDB. Grayscale: #DDDDDD. Windows color (decimal): -200668 or 2420988. OLE color: 2420988.
HSL color Cylindrical-coordinate representation of color #FCF024: hue angle of 56.67º 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 #FCF024 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 36 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.01 |
| HSL | 56.67º | 0.97% | 0.56% | - |
| HSV(B) | 56.67º | 0.86% | 0.99% | - |
| XYZ | 71.62 | 83.14 | 13.94 | - |
| YUV | 220.33 | 23.98 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 36 | 0 | 0.05 | 0.86 | 0.01 | 56.67 | 0.97 | 0.56 |
| Hex | FC | F0 | 24 | 0 | 5 | 56 | 1 | 39 | 61 | 38 |
| Octal | 374 | 360 | 44 | 0 | 5 | 126 | 1 | 71 | 141 | 70 |
| Binary | 11111100 | 11110000 | 100100 | 0 | 101 | 1010110 | 1 | 111001 | 1100001 | 111000 |
Color Harmonies of #FCF024
Complementary color
Monochromatic Colors of #FCF024
Black with #FCF024
Text Example
Text Example
White with #FCF024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF024; }
p { color: rgb(252,240,36); }
H1.HeaderClassName
{
color: #FCF024;
}
.AnyTagClassName
{
color: #FCF024;
}
</style>
background-color css
<style>
a { background-color: #FCF024; }
a { background-color: rgb(252,240,36); }
div.DivClassName
{
background-color: #FCF024;
}
.BgClassName
{
background-color: #FCF024;
}
</style>
border-color css
<style>
span { border-color: #FCF024; }
span { border-color: rgb(252,240,36); }
td.TdClassName
{
border-color: #FCF024;
}
.TagClassName
{
border-color: #FCF024;
}
</style>