Shades of Lemon #FEF224
Tints of Lemon #FEF224
RGB
CMYK
RGB Variations
Color information
#FEF224 (or 0xFEF224) is known color: Lemon. HEX triplet: FE, F2 and 24. RGB value is (254,242,36). Sum of RGB (Red+Green+Blue) = 254+242+36=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 36 (14.45% from 255 or 6.77% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF224 is #010DDB. Grayscale: #DEDEDE. Windows color (decimal): -69084 or 2421502. OLE color: 2421502.
HSL color Cylindrical-coordinate representation of color #FEF224: hue angle of 56.7º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FEF224 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 36 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.00 |
| HSL | 56.7º | 0.99% | 0.57% | - |
| HSV(B) | 56.7º | 0.86% | 1% | - |
| XYZ | 72.94 | 84.7 | 14.17 | - |
| YUV | 222.1 | 22.98 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 36 | 0 | 0.05 | 0.86 | 0.00 | 56.7 | 0.99 | 0.57 |
| Hex | FE | F2 | 24 | 0 | 5 | 56 | 0 | 39 | 63 | 39 |
| Octal | 376 | 362 | 44 | 0 | 5 | 126 | 0 | 71 | 143 | 71 |
| Binary | 11111110 | 11110010 | 100100 | 0 | 101 | 1010110 | 0 | 111001 | 1100011 | 111001 |
Color Harmonies of #FEF224
Complementary color
Monochromatic Colors of #FEF224
Black with #FEF224
Text Example
Text Example
White with #FEF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF224; }
p { color: rgb(254,242,36); }
H1.HeaderClassName
{
color: #FEF224;
}
.AnyTagClassName
{
color: #FEF224;
}
</style>
background-color css
<style>
a { background-color: #FEF224; }
a { background-color: rgb(254,242,36); }
div.DivClassName
{
background-color: #FEF224;
}
.BgClassName
{
background-color: #FEF224;
}
</style>
border-color css
<style>
span { border-color: #FEF224; }
span { border-color: rgb(254,242,36); }
td.TdClassName
{
border-color: #FEF224;
}
.TagClassName
{
border-color: #FEF224;
}
</style>