Shades of Lemon #FEF91A
Tints of Lemon #FEF91A
RGB
CMYK
RGB Variations
Color information
#FEF91A (or 0xFEF91A) is known color: Lemon. HEX triplet: FE, F9 and 1A. RGB value is (254,249,26). Sum of RGB (Red+Green+Blue) = 254+249+26=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 26 (10.55% from 255 or 4.91% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF91A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF91A is #0106E5. Grayscale: #E1E1E1. Windows color (decimal): -67302 or 1767934. OLE color: 1767934.
HSL color Cylindrical-coordinate representation of color #FEF91A: hue angle of 58.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEF91A is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 26 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.00 |
| HSL | 58.68º | 0.99% | 0.55% | - |
| HSV(B) | 58.68º | 0.9% | 1% | - |
| XYZ | 74.94 | 88.9 | 14.19 | - |
| YUV | 225.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 26 | 0 | 0.02 | 0.90 | 0.00 | 58.68 | 0.99 | 0.55 |
| Hex | FE | F9 | 1A | 0 | 2 | 5A | 0 | 3B | 63 | 37 |
| Octal | 376 | 371 | 32 | 0 | 2 | 132 | 0 | 73 | 143 | 67 |
| Binary | 11111110 | 11111001 | 11010 | 0 | 10 | 1011010 | 0 | 111011 | 1100011 | 110111 |
Color Harmonies of #FEF91A
Complementary color
Monochromatic Colors of #FEF91A
Black with #FEF91A
Text Example
Text Example
White with #FEF91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF91A; }
p { color: rgb(254,249,26); }
H1.HeaderClassName
{
color: #FEF91A;
}
.AnyTagClassName
{
color: #FEF91A;
}
</style>
background-color css
<style>
a { background-color: #FEF91A; }
a { background-color: rgb(254,249,26); }
div.DivClassName
{
background-color: #FEF91A;
}
.BgClassName
{
background-color: #FEF91A;
}
</style>
border-color css
<style>
span { border-color: #FEF91A; }
span { border-color: rgb(254,249,26); }
td.TdClassName
{
border-color: #FEF91A;
}
.TagClassName
{
border-color: #FEF91A;
}
</style>