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