Shades of Lemon #FEE622
Tints of Lemon #FEE622
RGB
CMYK
RGB Variations
Color information
#FEE622 (or 0xFEE622) is known color: Lemon. HEX triplet: FE, E6 and 22. RGB value is (254,230,34). Sum of RGB (Red+Green+Blue) = 254+230+34=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 34 (13.67% from 255 or 6.56% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE622 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEE622 is #0119DD. Grayscale: #D7D7D7. Windows color (decimal): -72158 or 2287358. OLE color: 2287358.
HSL color Cylindrical-coordinate representation of color #FEE622: hue angle of 53.45º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEE622 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 230 | 34 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.00 |
| HSL | 53.45º | 0.99% | 0.56% | - |
| HSV(B) | 53.45º | 0.87% | 1% | - |
| XYZ | 69.46 | 77.78 | 12.87 | - |
| YUV | 214.83 | 25.95 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 230 | 34 | 0 | 0.09 | 0.87 | 0.00 | 53.45 | 0.99 | 0.56 |
| Hex | FE | E6 | 22 | 0 | 9 | 57 | 0 | 35 | 63 | 38 |
| Octal | 376 | 346 | 42 | 0 | 11 | 127 | 0 | 65 | 143 | 70 |
| Binary | 11111110 | 11100110 | 100010 | 0 | 1001 | 1010111 | 0 | 110101 | 1100011 | 111000 |
Color Harmonies of #FEE622
Complementary color
Monochromatic Colors of #FEE622
Black with #FEE622
Text Example
Text Example
White with #FEE622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE622; }
p { color: rgb(254,230,34); }
H1.HeaderClassName
{
color: #FEE622;
}
.AnyTagClassName
{
color: #FEE622;
}
</style>
background-color css
<style>
a { background-color: #FEE622; }
a { background-color: rgb(254,230,34); }
div.DivClassName
{
background-color: #FEE622;
}
.BgClassName
{
background-color: #FEE622;
}
</style>
border-color css
<style>
span { border-color: #FEE622; }
span { border-color: rgb(254,230,34); }
td.TdClassName
{
border-color: #FEE622;
}
.TagClassName
{
border-color: #FEE622;
}
</style>