Shades of Lemon #FCF526
Tints of Lemon #FCF526
RGB
CMYK
RGB Variations
Color information
#FCF526 (or 0xFCF526) is known color: Lemon. HEX triplet: FC, F5 and 26. RGB value is (252,245,38). Sum of RGB (Red+Green+Blue) = 252+245+38=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 38 (15.23% from 255 or 7.10% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF526 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF526 is #030AD9. Grayscale: #E0E0E0. Windows color (decimal): -199386 or 2553340. OLE color: 2553340.
HSL color Cylindrical-coordinate representation of color #FCF526: hue angle of 58.04º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FCF526 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 38 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.01 |
| HSL | 58.04º | 0.97% | 0.57% | - |
| HSV(B) | 58.04º | 0.85% | 0.99% | - |
| XYZ | 73.15 | 86.14 | 14.61 | - |
| YUV | 223.5 | 23.32 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 38 | 0 | 0.03 | 0.85 | 0.01 | 58.04 | 0.97 | 0.57 |
| Hex | FC | F5 | 26 | 0 | 3 | 55 | 1 | 3A | 61 | 39 |
| Octal | 374 | 365 | 46 | 0 | 3 | 125 | 1 | 72 | 141 | 71 |
| Binary | 11111100 | 11110101 | 100110 | 0 | 11 | 1010101 | 1 | 111010 | 1100001 | 111001 |
Color Harmonies of #FCF526
Complementary color
Monochromatic Colors of #FCF526
Black with #FCF526
Text Example
Text Example
White with #FCF526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF526; }
p { color: rgb(252,245,38); }
H1.HeaderClassName
{
color: #FCF526;
}
.AnyTagClassName
{
color: #FCF526;
}
</style>
background-color css
<style>
a { background-color: #FCF526; }
a { background-color: rgb(252,245,38); }
div.DivClassName
{
background-color: #FCF526;
}
.BgClassName
{
background-color: #FCF526;
}
</style>
border-color css
<style>
span { border-color: #FCF526; }
span { border-color: rgb(252,245,38); }
td.TdClassName
{
border-color: #FCF526;
}
.TagClassName
{
border-color: #FCF526;
}
</style>