Shades of Lemon #FCF524
Tints of Lemon #FCF524
RGB
CMYK
RGB Variations
Color information
#FCF524 (or 0xFCF524) is known color: Lemon. HEX triplet: FC, F5 and 24. RGB value is (252,245,36). Sum of RGB (Red+Green+Blue) = 252+245+36=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 36 (14.45% from 255 or 6.75% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF524 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF524 is #030ADB. Grayscale: #E0E0E0. Windows color (decimal): -199388 or 2422268. OLE color: 2422268.
HSL color Cylindrical-coordinate representation of color #FCF524: hue angle of 58.06º 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 #FCF524 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 36 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.01 |
| HSL | 58.06º | 0.97% | 0.56% | - |
| HSV(B) | 58.06º | 0.86% | 0.99% | - |
| XYZ | 73.12 | 86.13 | 14.44 | - |
| YUV | 223.27 | 22.32 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 36 | 0 | 0.03 | 0.86 | 0.01 | 58.06 | 0.97 | 0.56 |
| Hex | FC | F5 | 24 | 0 | 3 | 56 | 1 | 3A | 61 | 38 |
| Octal | 374 | 365 | 44 | 0 | 3 | 126 | 1 | 72 | 141 | 70 |
| Binary | 11111100 | 11110101 | 100100 | 0 | 11 | 1010110 | 1 | 111010 | 1100001 | 111000 |
Color Harmonies of #FCF524
Complementary color
Monochromatic Colors of #FCF524
Black with #FCF524
Text Example
Text Example
White with #FCF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF524; }
p { color: rgb(252,245,36); }
H1.HeaderClassName
{
color: #FCF524;
}
.AnyTagClassName
{
color: #FCF524;
}
</style>
background-color css
<style>
a { background-color: #FCF524; }
a { background-color: rgb(252,245,36); }
div.DivClassName
{
background-color: #FCF524;
}
.BgClassName
{
background-color: #FCF524;
}
</style>
border-color css
<style>
span { border-color: #FCF524; }
span { border-color: rgb(252,245,36); }
td.TdClassName
{
border-color: #FCF524;
}
.TagClassName
{
border-color: #FCF524;
}
</style>