Shades of Lemon #FCE122
Tints of Lemon #FCE122
RGB
CMYK
RGB Variations
Color information
#FCE122 (or 0xFCE122) is known color: Lemon. HEX triplet: FC, E1 and 22. RGB value is (252,225,34). Sum of RGB (Red+Green+Blue) = 252+225+34=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 225 (88.28% from 255 or 44.03% from 511); Blue value is 34 (13.67% from 255 or 6.65% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE122 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE122 is #031EDD. Grayscale: #D4D4D4. Windows color (decimal): -204510 or 2286076. OLE color: 2286076.
HSL color Cylindrical-coordinate representation of color #FCE122: hue angle of 52.57º 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 #FCE122 is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 34 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.01 |
| HSL | 52.57º | 0.97% | 0.56% | - |
| HSV(B) | 52.57º | 0.87% | 0.99% | - |
| XYZ | 67.36 | 74.66 | 12.37 | - |
| YUV | 211.3 | 27.95 | 157.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 34 | 0 | 0.11 | 0.87 | 0.01 | 52.57 | 0.97 | 0.56 |
| Hex | FC | E1 | 22 | 0 | B | 57 | 1 | 35 | 61 | 38 |
| Octal | 374 | 341 | 42 | 0 | 13 | 127 | 1 | 65 | 141 | 70 |
| Binary | 11111100 | 11100001 | 100010 | 0 | 1011 | 1010111 | 1 | 110101 | 1100001 | 111000 |
Color Harmonies of #FCE122
Complementary color
Monochromatic Colors of #FCE122
Black with #FCE122
Text Example
Text Example
White with #FCE122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE122; }
p { color: rgb(252,225,34); }
H1.HeaderClassName
{
color: #FCE122;
}
.AnyTagClassName
{
color: #FCE122;
}
</style>
background-color css
<style>
a { background-color: #FCE122; }
a { background-color: rgb(252,225,34); }
div.DivClassName
{
background-color: #FCE122;
}
.BgClassName
{
background-color: #FCE122;
}
</style>
border-color css
<style>
span { border-color: #FCE122; }
span { border-color: rgb(252,225,34); }
td.TdClassName
{
border-color: #FCE122;
}
.TagClassName
{
border-color: #FCE122;
}
</style>