Shades of Lemon #FEF618
Tints of Lemon #FEF618
RGB
CMYK
RGB Variations
Color information
#FEF618 (or 0xFEF618) is known color: Lemon. HEX triplet: FE, F6 and 18. RGB value is (254,246,24). Sum of RGB (Red+Green+Blue) = 254+246+24=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 246 (96.48% from 255 or 46.95% from 524); Blue value is 24 (9.77% from 255 or 4.58% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF618 is #0109E7. Grayscale: #DFDFDF. Windows color (decimal): -68072 or 1636094. OLE color: 1636094.
HSL color Cylindrical-coordinate representation of color #FEF618: hue angle of 57.91º 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 #FEF618 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 24 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.00 |
| HSL | 57.91º | 0.99% | 0.55% | - |
| HSV(B) | 57.91º | 0.91% | 1% | - |
| XYZ | 73.99 | 87.05 | 13.77 | - |
| YUV | 223.08 | 15.65 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 24 | 0 | 0.03 | 0.91 | 0.00 | 57.91 | 0.99 | 0.55 |
| Hex | FE | F6 | 18 | 0 | 3 | 5B | 0 | 3A | 63 | 37 |
| Octal | 376 | 366 | 30 | 0 | 3 | 133 | 0 | 72 | 143 | 67 |
| Binary | 11111110 | 11110110 | 11000 | 0 | 11 | 1011011 | 0 | 111010 | 1100011 | 110111 |
Color Harmonies of #FEF618
Complementary color
Monochromatic Colors of #FEF618
Black with #FEF618
Text Example
Text Example
White with #FEF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF618; }
p { color: rgb(254,246,24); }
H1.HeaderClassName
{
color: #FEF618;
}
.AnyTagClassName
{
color: #FEF618;
}
</style>
background-color css
<style>
a { background-color: #FEF618; }
a { background-color: rgb(254,246,24); }
div.DivClassName
{
background-color: #FEF618;
}
.BgClassName
{
background-color: #FEF618;
}
</style>
border-color css
<style>
span { border-color: #FEF618; }
span { border-color: rgb(254,246,24); }
td.TdClassName
{
border-color: #FEF618;
}
.TagClassName
{
border-color: #FEF618;
}
</style>