Shades of Lemon #FEFF1D
Tints of Lemon #FEFF1D
RGB
CMYK
RGB Variations
Color information
#FEFF1D (or 0xFEFF1D) is known color: Lemon. HEX triplet: FE, FF and 1D. RGB value is (254,255,29). Sum of RGB (Red+Green+Blue) = 254+255+29=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 29 (11.72% from 255 or 5.39% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF1D is #0100E2. Grayscale: #E5E5E5. Windows color (decimal): -65763 or 1966078. OLE color: 1966078.
HSL color Cylindrical-coordinate representation of color #FEFF1D: hue angle of 60.27º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEFF1D is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 254 | 255 | 29 | - |
| CMYK | 0.00 | 0 | 0.89 | 0 |
| HSL | 60.27º | 1% | 0.56% | - |
| HSV(B) | 60.27º | 0.89% | 1% | - |
| XYZ | 76.85 | 92.68 | 15 | - |
| YUV | 228.94 | 15.17 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 255 | 29 | 0.00 | 0 | 0.89 | 0 | 60.27 | 1 | 0.56 |
| Hex | FE | FF | 1D | 0 | 0 | 59 | 0 | 3C | 64 | 38 |
| Octal | 376 | 377 | 35 | 0 | 0 | 131 | 0 | 74 | 144 | 70 |
| Binary | 11111110 | 11111111 | 11101 | 0 | 0 | 1011001 | 0 | 111100 | 1100100 | 111000 |
Color Harmonies of #FEFF1D
Complementary color
Monochromatic Colors of #FEFF1D
Black with #FEFF1D
Text Example
Text Example
White with #FEFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFF1D; }
p { color: rgb(254,255,29); }
H1.HeaderClassName
{
color: #FEFF1D;
}
.AnyTagClassName
{
color: #FEFF1D;
}
</style>
background-color css
<style>
a { background-color: #FEFF1D; }
a { background-color: rgb(254,255,29); }
div.DivClassName
{
background-color: #FEFF1D;
}
.BgClassName
{
background-color: #FEFF1D;
}
</style>
border-color css
<style>
span { border-color: #FEFF1D; }
span { border-color: rgb(254,255,29); }
td.TdClassName
{
border-color: #FEFF1D;
}
.TagClassName
{
border-color: #FEFF1D;
}
</style>