Shades of Lemon #FEFE1D
Tints of Lemon #FEFE1D
RGB
CMYK
RGB Variations
Color information
#FEFE1D (or 0xFEFE1D) is known color: Lemon. HEX triplet: FE, FE and 1D. RGB value is (254,254,29). Sum of RGB (Red+Green+Blue) = 254+254+29=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 29 (11.72% from 255 or 5.40% from 537); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE1D is #0101E2. Grayscale: #E5E5E5. Windows color (decimal): -66019 or 1965822. OLE color: 1965822.
HSL color Cylindrical-coordinate representation of color #FEFE1D: hue angle of 60º 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 #FEFE1D is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 254 | 29 | - |
| CMYK | 0 | 0 | 0.89 | 0.00 |
| HSL | 60º | 0.99% | 0.55% | - |
| HSV(B) | 60º | 0.89% | 1% | - |
| XYZ | 76.54 | 92.04 | 14.89 | - |
| YUV | 228.35 | 15.5 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 254 | 29 | 0 | 0 | 0.89 | 0.00 | 60 | 0.99 | 0.55 |
| Hex | FE | FE | 1D | 0 | 0 | 59 | 0 | 3C | 63 | 37 |
| Octal | 376 | 376 | 35 | 0 | 0 | 131 | 0 | 74 | 143 | 67 |
| Binary | 11111110 | 11111110 | 11101 | 0 | 0 | 1011001 | 0 | 111100 | 1100011 | 110111 |
Color Harmonies of #FEFE1D
Complementary color
Monochromatic Colors of #FEFE1D
Black with #FEFE1D
Text Example
Text Example
White with #FEFE1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFE1D; }
p { color: rgb(254,254,29); }
H1.HeaderClassName
{
color: #FEFE1D;
}
.AnyTagClassName
{
color: #FEFE1D;
}
</style>
background-color css
<style>
a { background-color: #FEFE1D; }
a { background-color: rgb(254,254,29); }
div.DivClassName
{
background-color: #FEFE1D;
}
.BgClassName
{
background-color: #FEFE1D;
}
</style>
border-color css
<style>
span { border-color: #FEFE1D; }
span { border-color: rgb(254,254,29); }
td.TdClassName
{
border-color: #FEFE1D;
}
.TagClassName
{
border-color: #FEFE1D;
}
</style>