Shades of Lemon #FEF225
Tints of Lemon #FEF225
RGB
CMYK
RGB Variations
Color information
#FEF225 (or 0xFEF225) is known color: Lemon. HEX triplet: FE, F2 and 25. RGB value is (254,242,37). Sum of RGB (Red+Green+Blue) = 254+242+37=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 37 (14.84% from 255 or 6.94% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF225 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF225 is #010DDA. Grayscale: #DFDFDF. Windows color (decimal): -69083 or 2487038. OLE color: 2487038.
HSL color Cylindrical-coordinate representation of color #FEF225: hue angle of 56.68º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEF225 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 37 | - |
| CMYK | 0 | 0.05 | 0.85 | 0.00 |
| HSL | 56.68º | 0.99% | 0.57% | - |
| HSV(B) | 56.68º | 0.85% | 1% | - |
| XYZ | 72.96 | 84.71 | 14.26 | - |
| YUV | 222.22 | 23.48 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 37 | 0 | 0.05 | 0.85 | 0.00 | 56.68 | 0.99 | 0.57 |
| Hex | FE | F2 | 25 | 0 | 5 | 55 | 0 | 39 | 63 | 39 |
| Octal | 376 | 362 | 45 | 0 | 5 | 125 | 0 | 71 | 143 | 71 |
| Binary | 11111110 | 11110010 | 100101 | 0 | 101 | 1010101 | 0 | 111001 | 1100011 | 111001 |
Color Harmonies of #FEF225
Complementary color
Monochromatic Colors of #FEF225
Black with #FEF225
Text Example
Text Example
White with #FEF225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF225; }
p { color: rgb(254,242,37); }
H1.HeaderClassName
{
color: #FEF225;
}
.AnyTagClassName
{
color: #FEF225;
}
</style>
background-color css
<style>
a { background-color: #FEF225; }
a { background-color: rgb(254,242,37); }
div.DivClassName
{
background-color: #FEF225;
}
.BgClassName
{
background-color: #FEF225;
}
</style>
border-color css
<style>
span { border-color: #FEF225; }
span { border-color: rgb(254,242,37); }
td.TdClassName
{
border-color: #FEF225;
}
.TagClassName
{
border-color: #FEF225;
}
</style>