Shades of Lemon #FEF524
Tints of Lemon #FEF524
RGB
CMYK
RGB Variations
Color information
#FEF524 (or 0xFEF524) is known color: Lemon. HEX triplet: FE, F5 and 24. RGB value is (254,245,36). Sum of RGB (Red+Green+Blue) = 254+245+36=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 245 (96.09% from 255 or 45.79% from 535); Blue value is 36 (14.45% from 255 or 6.73% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF524 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF524 is #010ADB. Grayscale: #E0E0E0. Windows color (decimal): -68316 or 2422270. OLE color: 2422270.
HSL color Cylindrical-coordinate representation of color #FEF524: hue angle of 57.52º 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 #FEF524 is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 36 | - |
| CMYK | 0 | 0.04 | 0.86 | 0.00 |
| HSL | 57.52º | 0.99% | 0.57% | - |
| HSV(B) | 57.52º | 0.86% | 1% | - |
| XYZ | 73.84 | 86.5 | 14.47 | - |
| YUV | 223.87 | 21.98 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 36 | 0 | 0.04 | 0.86 | 0.00 | 57.52 | 0.99 | 0.57 |
| Hex | FE | F5 | 24 | 0 | 4 | 56 | 0 | 3A | 63 | 39 |
| Octal | 376 | 365 | 44 | 0 | 4 | 126 | 0 | 72 | 143 | 71 |
| Binary | 11111110 | 11110101 | 100100 | 0 | 100 | 1010110 | 0 | 111010 | 1100011 | 111001 |
Color Harmonies of #FEF524
Complementary color
Monochromatic Colors of #FEF524
Black with #FEF524
Text Example
Text Example
White with #FEF524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF524; }
p { color: rgb(254,245,36); }
H1.HeaderClassName
{
color: #FEF524;
}
.AnyTagClassName
{
color: #FEF524;
}
</style>
background-color css
<style>
a { background-color: #FEF524; }
a { background-color: rgb(254,245,36); }
div.DivClassName
{
background-color: #FEF524;
}
.BgClassName
{
background-color: #FEF524;
}
</style>
border-color css
<style>
span { border-color: #FEF524; }
span { border-color: rgb(254,245,36); }
td.TdClassName
{
border-color: #FEF524;
}
.TagClassName
{
border-color: #FEF524;
}
</style>