Shades of Lemon #FEF61E
Tints of Lemon #FEF61E
RGB
CMYK
RGB Variations
Color information
#FEF61E (or 0xFEF61E) is known color: Lemon. HEX triplet: FE, F6 and 1E. RGB value is (254,246,30). Sum of RGB (Red+Green+Blue) = 254+246+30=530 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.92% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 30 (12.11% from 255 or 5.66% from 530); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF61E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF61E is #0109E1. Grayscale: #E0E0E0. Windows color (decimal): -68066 or 2029310. OLE color: 2029310.
HSL color Cylindrical-coordinate representation of color #FEF61E: hue angle of 57.86º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FEF61E is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 30 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.00 |
| HSL | 57.86º | 0.99% | 0.56% | - |
| HSV(B) | 57.86º | 0.88% | 1% | - |
| XYZ | 74.06 | 87.08 | 14.13 | - |
| YUV | 223.77 | 18.65 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 30 | 0 | 0.03 | 0.88 | 0.00 | 57.86 | 0.99 | 0.56 |
| Hex | FE | F6 | 1E | 0 | 3 | 58 | 0 | 3A | 63 | 38 |
| Octal | 376 | 366 | 36 | 0 | 3 | 130 | 0 | 72 | 143 | 70 |
| Binary | 11111110 | 11110110 | 11110 | 0 | 11 | 1011000 | 0 | 111010 | 1100011 | 111000 |
Color Harmonies of #FEF61E
Complementary color
Monochromatic Colors of #FEF61E
Black with #FEF61E
Text Example
Text Example
White with #FEF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF61E; }
p { color: rgb(254,246,30); }
H1.HeaderClassName
{
color: #FEF61E;
}
.AnyTagClassName
{
color: #FEF61E;
}
</style>
background-color css
<style>
a { background-color: #FEF61E; }
a { background-color: rgb(254,246,30); }
div.DivClassName
{
background-color: #FEF61E;
}
.BgClassName
{
background-color: #FEF61E;
}
</style>
border-color css
<style>
span { border-color: #FEF61E; }
span { border-color: rgb(254,246,30); }
td.TdClassName
{
border-color: #FEF61E;
}
.TagClassName
{
border-color: #FEF61E;
}
</style>