Shades of Lemon #FEF824
Tints of Lemon #FEF824
RGB
CMYK
RGB Variations
Color information
#FEF824 (or 0xFEF824) is known color: Lemon. HEX triplet: FE, F8 and 24. RGB value is (254,248,36). Sum of RGB (Red+Green+Blue) = 254+248+36=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 36 (14.45% from 255 or 6.69% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF824 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF824 is #0107DB. Grayscale: #E2E2E2. Windows color (decimal): -67548 or 2423038. OLE color: 2423038.
HSL color Cylindrical-coordinate representation of color #FEF824: hue angle of 58.35º 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 #FEF824 is Cyan = 0, Magento = 0.02, Yellow = 0.86 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 36 | - |
| CMYK | 0 | 0.02 | 0.86 | 0.00 |
| HSL | 58.35º | 0.99% | 0.57% | - |
| HSV(B) | 58.35º | 0.86% | 1% | - |
| XYZ | 74.76 | 88.33 | 14.78 | - |
| YUV | 225.63 | 20.99 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 36 | 0 | 0.02 | 0.86 | 0.00 | 58.35 | 0.99 | 0.57 |
| Hex | FE | F8 | 24 | 0 | 2 | 56 | 0 | 3A | 63 | 39 |
| Octal | 376 | 370 | 44 | 0 | 2 | 126 | 0 | 72 | 143 | 71 |
| Binary | 11111110 | 11111000 | 100100 | 0 | 10 | 1010110 | 0 | 111010 | 1100011 | 111001 |
Color Harmonies of #FEF824
Complementary color
Monochromatic Colors of #FEF824
Black with #FEF824
Text Example
Text Example
White with #FEF824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF824; }
p { color: rgb(254,248,36); }
H1.HeaderClassName
{
color: #FEF824;
}
.AnyTagClassName
{
color: #FEF824;
}
</style>
background-color css
<style>
a { background-color: #FEF824; }
a { background-color: rgb(254,248,36); }
div.DivClassName
{
background-color: #FEF824;
}
.BgClassName
{
background-color: #FEF824;
}
</style>
border-color css
<style>
span { border-color: #FEF824; }
span { border-color: rgb(254,248,36); }
td.TdClassName
{
border-color: #FEF824;
}
.TagClassName
{
border-color: #FEF824;
}
</style>