Shades of Lemon #FCE622
Tints of Lemon #FCE622
RGB
CMYK
RGB Variations
Color information
#FCE622 (or 0xFCE622) is known color: Lemon. HEX triplet: FC, E6 and 22. RGB value is (252,230,34). Sum of RGB (Red+Green+Blue) = 252+230+34=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 230 (90.23% from 255 or 44.57% from 516); Blue value is 34 (13.67% from 255 or 6.59% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE622 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCE622 is #0319DD. Grayscale: #D7D7D7. Windows color (decimal): -203230 or 2287356. OLE color: 2287356.
HSL color Cylindrical-coordinate representation of color #FCE622: hue angle of 53.94º 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 #FCE622 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 34 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.01 |
| HSL | 53.94º | 0.97% | 0.56% | - |
| HSV(B) | 53.94º | 0.87% | 0.99% | - |
| XYZ | 68.73 | 77.4 | 12.83 | - |
| YUV | 214.23 | 26.29 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 34 | 0 | 0.09 | 0.87 | 0.01 | 53.94 | 0.97 | 0.56 |
| Hex | FC | E6 | 22 | 0 | 9 | 57 | 1 | 36 | 61 | 38 |
| Octal | 374 | 346 | 42 | 0 | 11 | 127 | 1 | 66 | 141 | 70 |
| Binary | 11111100 | 11100110 | 100010 | 0 | 1001 | 1010111 | 1 | 110110 | 1100001 | 111000 |
Color Harmonies of #FCE622
Complementary color
Monochromatic Colors of #FCE622
Black with #FCE622
Text Example
Text Example
White with #FCE622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE622; }
p { color: rgb(252,230,34); }
H1.HeaderClassName
{
color: #FCE622;
}
.AnyTagClassName
{
color: #FCE622;
}
</style>
background-color css
<style>
a { background-color: #FCE622; }
a { background-color: rgb(252,230,34); }
div.DivClassName
{
background-color: #FCE622;
}
.BgClassName
{
background-color: #FCE622;
}
</style>
border-color css
<style>
span { border-color: #FCE622; }
span { border-color: rgb(252,230,34); }
td.TdClassName
{
border-color: #FCE622;
}
.TagClassName
{
border-color: #FCE622;
}
</style>