Shades of Lemon #FEF918
Tints of Lemon #FEF918
RGB
CMYK
RGB Variations
Color information
#FEF918 (or 0xFEF918) is known color: Lemon. HEX triplet: FE, F9 and 18. RGB value is (254,249,24). Sum of RGB (Red+Green+Blue) = 254+249+24=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 24 (9.77% from 255 or 4.55% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF918 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF918 is #0106E7. Grayscale: #E1E1E1. Windows color (decimal): -67304 or 1636862. OLE color: 1636862.
HSL color Cylindrical-coordinate representation of color #FEF918: hue angle of 58.7º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FEF918 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 24 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.00 |
| HSL | 58.7º | 0.99% | 0.55% | - |
| HSV(B) | 58.7º | 0.91% | 1% | - |
| XYZ | 74.91 | 88.89 | 14.07 | - |
| YUV | 224.85 | 14.66 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 24 | 0 | 0.02 | 0.91 | 0.00 | 58.7 | 0.99 | 0.55 |
| Hex | FE | F9 | 18 | 0 | 2 | 5B | 0 | 3B | 63 | 37 |
| Octal | 376 | 371 | 30 | 0 | 2 | 133 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111001 | 11000 | 0 | 10 | 1011011 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEF918
Complementary color
Monochromatic Colors of #FEF918
Black with #FEF918
Text Example
Text Example
White with #FEF918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF918; }
p { color: rgb(254,249,24); }
H1.HeaderClassName
{
color: #FEF918;
}
.AnyTagClassName
{
color: #FEF918;
}
</style>
background-color css
<style>
a { background-color: #FEF918; }
a { background-color: rgb(254,249,24); }
div.DivClassName
{
background-color: #FEF918;
}
.BgClassName
{
background-color: #FEF918;
}
</style>
border-color css
<style>
span { border-color: #FEF918; }
span { border-color: rgb(254,249,24); }
td.TdClassName
{
border-color: #FEF918;
}
.TagClassName
{
border-color: #FEF918;
}
</style>