Shades of Lemon #FCF022
Tints of Lemon #FCF022
RGB
CMYK
RGB Variations
Color information
#FCF022 (or 0xFCF022) is known color: Lemon. HEX triplet: FC, F0 and 22. RGB value is (252,240,34). Sum of RGB (Red+Green+Blue) = 252+240+34=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 34 (13.67% from 255 or 6.46% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF022 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF022 is #030FDD. Grayscale: #DCDCDC. Windows color (decimal): -200670 or 2289916. OLE color: 2289916.
HSL color Cylindrical-coordinate representation of color #FCF022: hue angle of 56.7º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCF022 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 240 | 34 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.01 |
| HSL | 56.7º | 0.97% | 0.56% | - |
| HSV(B) | 56.7º | 0.87% | 0.99% | - |
| XYZ | 71.59 | 83.13 | 13.79 | - |
| YUV | 220.1 | 22.98 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 240 | 34 | 0 | 0.05 | 0.87 | 0.01 | 56.7 | 0.97 | 0.56 |
| Hex | FC | F0 | 22 | 0 | 5 | 57 | 1 | 39 | 61 | 38 |
| Octal | 374 | 360 | 42 | 0 | 5 | 127 | 1 | 71 | 141 | 70 |
| Binary | 11111100 | 11110000 | 100010 | 0 | 101 | 1010111 | 1 | 111001 | 1100001 | 111000 |
Color Harmonies of #FCF022
Complementary color
Monochromatic Colors of #FCF022
Black with #FCF022
Text Example
Text Example
White with #FCF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF022; }
p { color: rgb(252,240,34); }
H1.HeaderClassName
{
color: #FCF022;
}
.AnyTagClassName
{
color: #FCF022;
}
</style>
background-color css
<style>
a { background-color: #FCF022; }
a { background-color: rgb(252,240,34); }
div.DivClassName
{
background-color: #FCF022;
}
.BgClassName
{
background-color: #FCF022;
}
</style>
border-color css
<style>
span { border-color: #FCF022; }
span { border-color: rgb(252,240,34); }
td.TdClassName
{
border-color: #FCF022;
}
.TagClassName
{
border-color: #FCF022;
}
</style>