Shades of Lemon #FCF324
Tints of Lemon #FCF324
RGB
CMYK
RGB Variations
Color information
#FCF324 (or 0xFCF324) is known color: Lemon. HEX triplet: FC, F3 and 24. RGB value is (252,243,36). Sum of RGB (Red+Green+Blue) = 252+243+36=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 36 (14.45% from 255 or 6.78% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF324 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF324 is #030CDB. Grayscale: #DEDEDE. Windows color (decimal): -199900 or 2421756. OLE color: 2421756.
HSL color Cylindrical-coordinate representation of color #FCF324: hue angle of 57.5º 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 #FCF324 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 36 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.01 |
| HSL | 57.5º | 0.97% | 0.56% | - |
| HSV(B) | 57.5º | 0.86% | 0.99% | - |
| XYZ | 72.51 | 84.92 | 14.24 | - |
| YUV | 222.09 | 22.98 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 36 | 0 | 0.04 | 0.86 | 0.01 | 57.5 | 0.97 | 0.56 |
| Hex | FC | F3 | 24 | 0 | 4 | 56 | 1 | 3A | 61 | 38 |
| Octal | 374 | 363 | 44 | 0 | 4 | 126 | 1 | 72 | 141 | 70 |
| Binary | 11111100 | 11110011 | 100100 | 0 | 100 | 1010110 | 1 | 111010 | 1100001 | 111000 |
Color Harmonies of #FCF324
Complementary color
Monochromatic Colors of #FCF324
Black with #FCF324
Text Example
Text Example
White with #FCF324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF324; }
p { color: rgb(252,243,36); }
H1.HeaderClassName
{
color: #FCF324;
}
.AnyTagClassName
{
color: #FCF324;
}
</style>
background-color css
<style>
a { background-color: #FCF324; }
a { background-color: rgb(252,243,36); }
div.DivClassName
{
background-color: #FCF324;
}
.BgClassName
{
background-color: #FCF324;
}
</style>
border-color css
<style>
span { border-color: #FCF324; }
span { border-color: rgb(252,243,36); }
td.TdClassName
{
border-color: #FCF324;
}
.TagClassName
{
border-color: #FCF324;
}
</style>