Shades of Lemon #FEF122
Tints of Lemon #FEF122
RGB
CMYK
RGB Variations
Color information
#FEF122 (or 0xFEF122) is known color: Lemon. HEX triplet: FE, F1 and 22. RGB value is (254,241,34). Sum of RGB (Red+Green+Blue) = 254+241+34=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 34 (13.67% from 255 or 6.43% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF122 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF122 is #010EDD. Grayscale: #DEDEDE. Windows color (decimal): -69342 or 2290174. OLE color: 2290174.
HSL color Cylindrical-coordinate representation of color #FEF122: hue angle of 56.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 #FEF122 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 241 | 34 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.00 |
| HSL | 56.45º | 0.99% | 0.56% | - |
| HSV(B) | 56.45º | 0.87% | 1% | - |
| XYZ | 72.62 | 84.1 | 13.92 | - |
| YUV | 221.29 | 22.31 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 241 | 34 | 0 | 0.05 | 0.87 | 0.00 | 56.45 | 0.99 | 0.56 |
| Hex | FE | F1 | 22 | 0 | 5 | 57 | 0 | 38 | 63 | 38 |
| Octal | 376 | 361 | 42 | 0 | 5 | 127 | 0 | 70 | 143 | 70 |
| Binary | 11111110 | 11110001 | 100010 | 0 | 101 | 1010111 | 0 | 111000 | 1100011 | 111000 |
Color Harmonies of #FEF122
Complementary color
Monochromatic Colors of #FEF122
Black with #FEF122
Text Example
Text Example
White with #FEF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF122; }
p { color: rgb(254,241,34); }
H1.HeaderClassName
{
color: #FEF122;
}
.AnyTagClassName
{
color: #FEF122;
}
</style>
background-color css
<style>
a { background-color: #FEF122; }
a { background-color: rgb(254,241,34); }
div.DivClassName
{
background-color: #FEF122;
}
.BgClassName
{
background-color: #FEF122;
}
</style>
border-color css
<style>
span { border-color: #FEF122; }
span { border-color: rgb(254,241,34); }
td.TdClassName
{
border-color: #FEF122;
}
.TagClassName
{
border-color: #FEF122;
}
</style>