Shades of Lemon #FEF61D
Tints of Lemon #FEF61D
RGB
CMYK
RGB Variations
Color information
#FEF61D (or 0xFEF61D) is known color: Lemon. HEX triplet: FE, F6 and 1D. RGB value is (254,246,29). Sum of RGB (Red+Green+Blue) = 254+246+29=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 29 (11.72% from 255 or 5.48% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF61D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF61D is #0109E2. Grayscale: #E0E0E0. Windows color (decimal): -68067 or 1963774. OLE color: 1963774.
HSL color Cylindrical-coordinate representation of color #FEF61D: hue angle of 57.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEF61D is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 29 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.00 |
| HSL | 57.87º | 0.99% | 0.55% | - |
| HSV(B) | 57.87º | 0.89% | 1% | - |
| XYZ | 74.05 | 87.07 | 14.07 | - |
| YUV | 223.65 | 18.15 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 29 | 0 | 0.03 | 0.89 | 0.00 | 57.87 | 0.99 | 0.55 |
| Hex | FE | F6 | 1D | 0 | 3 | 59 | 0 | 3A | 63 | 37 |
| Octal | 376 | 366 | 35 | 0 | 3 | 131 | 0 | 72 | 143 | 67 |
| Binary | 11111110 | 11110110 | 11101 | 0 | 11 | 1011001 | 0 | 111010 | 1100011 | 110111 |
Color Harmonies of #FEF61D
Complementary color
Monochromatic Colors of #FEF61D
Black with #FEF61D
Text Example
Text Example
White with #FEF61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF61D; }
p { color: rgb(254,246,29); }
H1.HeaderClassName
{
color: #FEF61D;
}
.AnyTagClassName
{
color: #FEF61D;
}
</style>
background-color css
<style>
a { background-color: #FEF61D; }
a { background-color: rgb(254,246,29); }
div.DivClassName
{
background-color: #FEF61D;
}
.BgClassName
{
background-color: #FEF61D;
}
</style>
border-color css
<style>
span { border-color: #FEF61D; }
span { border-color: rgb(254,246,29); }
td.TdClassName
{
border-color: #FEF61D;
}
.TagClassName
{
border-color: #FEF61D;
}
</style>