Shades of Lemon #FEF622
Tints of Lemon #FEF622
RGB
CMYK
RGB Variations
Color information
#FEF622 (or 0xFEF622) is known color: Lemon. HEX triplet: FE, F6 and 22. RGB value is (254,246,34). Sum of RGB (Red+Green+Blue) = 254+246+34=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 34 (13.67% from 255 or 6.37% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF622 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF622 is #0109DD. Grayscale: #E1E1E1. Windows color (decimal): -68062 or 2291454. OLE color: 2291454.
HSL color Cylindrical-coordinate representation of color #FEF622: hue angle of 57.82º 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 #FEF622 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 34 | - |
| CMYK | 0 | 0.03 | 0.87 | 0.00 |
| HSL | 57.82º | 0.99% | 0.56% | - |
| HSV(B) | 57.82º | 0.87% | 1% | - |
| XYZ | 74.12 | 87.1 | 14.42 | - |
| YUV | 224.22 | 20.65 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 34 | 0 | 0.03 | 0.87 | 0.00 | 57.82 | 0.99 | 0.56 |
| Hex | FE | F6 | 22 | 0 | 3 | 57 | 0 | 3A | 63 | 38 |
| Octal | 376 | 366 | 42 | 0 | 3 | 127 | 0 | 72 | 143 | 70 |
| Binary | 11111110 | 11110110 | 100010 | 0 | 11 | 1010111 | 0 | 111010 | 1100011 | 111000 |
Color Harmonies of #FEF622
Complementary color
Monochromatic Colors of #FEF622
Black with #FEF622
Text Example
Text Example
White with #FEF622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF622; }
p { color: rgb(254,246,34); }
H1.HeaderClassName
{
color: #FEF622;
}
.AnyTagClassName
{
color: #FEF622;
}
</style>
background-color css
<style>
a { background-color: #FEF622; }
a { background-color: rgb(254,246,34); }
div.DivClassName
{
background-color: #FEF622;
}
.BgClassName
{
background-color: #FEF622;
}
</style>
border-color css
<style>
span { border-color: #FEF622; }
span { border-color: rgb(254,246,34); }
td.TdClassName
{
border-color: #FEF622;
}
.TagClassName
{
border-color: #FEF622;
}
</style>