Shades of Lemon #FEF61A
Tints of Lemon #FEF61A
RGB
CMYK
RGB Variations
Color information
#FEF61A (or 0xFEF61A) is known color: Lemon. HEX triplet: FE, F6 and 1A. RGB value is (254,246,26). Sum of RGB (Red+Green+Blue) = 254+246+26=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 26 (10.55% from 255 or 4.94% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF61A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF61A is #0109E5. Grayscale: #E0E0E0. Windows color (decimal): -68070 or 1767166. OLE color: 1767166.
HSL color Cylindrical-coordinate representation of color #FEF61A: hue angle of 57.89º 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 #FEF61A is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 26 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.00 |
| HSL | 57.89º | 0.99% | 0.55% | - |
| HSV(B) | 57.89º | 0.9% | 1% | - |
| XYZ | 74.02 | 87.06 | 13.88 | - |
| YUV | 223.31 | 16.65 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 26 | 0 | 0.03 | 0.90 | 0.00 | 57.89 | 0.99 | 0.55 |
| Hex | FE | F6 | 1A | 0 | 3 | 5A | 0 | 3A | 63 | 37 |
| Octal | 376 | 366 | 32 | 0 | 3 | 132 | 0 | 72 | 143 | 67 |
| Binary | 11111110 | 11110110 | 11010 | 0 | 11 | 1011010 | 0 | 111010 | 1100011 | 110111 |
Color Harmonies of #FEF61A
Complementary color
Monochromatic Colors of #FEF61A
Black with #FEF61A
Text Example
Text Example
White with #FEF61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF61A; }
p { color: rgb(254,246,26); }
H1.HeaderClassName
{
color: #FEF61A;
}
.AnyTagClassName
{
color: #FEF61A;
}
</style>
background-color css
<style>
a { background-color: #FEF61A; }
a { background-color: rgb(254,246,26); }
div.DivClassName
{
background-color: #FEF61A;
}
.BgClassName
{
background-color: #FEF61A;
}
</style>
border-color css
<style>
span { border-color: #FEF61A; }
span { border-color: rgb(254,246,26); }
td.TdClassName
{
border-color: #FEF61A;
}
.TagClassName
{
border-color: #FEF61A;
}
</style>