Shades of Lemon #FEFD1E
Tints of Lemon #FEFD1E
RGB
CMYK
RGB Variations
Color information
#FEFD1E (or 0xFEFD1E) is known color: Lemon. HEX triplet: FE, FD and 1E. RGB value is (254,253,30). Sum of RGB (Red+Green+Blue) = 254+253+30=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 30 (12.11% from 255 or 5.59% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD1E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD1E is #0102E1. Grayscale: #E4E4E4. Windows color (decimal): -66274 or 2031102. OLE color: 2031102.
HSL color Cylindrical-coordinate representation of color #FEFD1E: hue angle of 59.73º 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 #FEFD1E is Cyan = 0, Magento = 0.00, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 30 | - |
| CMYK | 0 | 0.00 | 0.88 | 0.00 |
| HSL | 59.73º | 0.99% | 0.56% | - |
| HSV(B) | 59.73º | 0.88% | 1% | - |
| XYZ | 76.23 | 91.42 | 14.86 | - |
| YUV | 227.88 | 16.33 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 30 | 0 | 0.00 | 0.88 | 0.00 | 59.73 | 0.99 | 0.56 |
| Hex | FE | FD | 1E | 0 | 0 | 58 | 0 | 3C | 63 | 38 |
| Octal | 376 | 375 | 36 | 0 | 0 | 130 | 0 | 74 | 143 | 70 |
| Binary | 11111110 | 11111101 | 11110 | 0 | 0 | 1011000 | 0 | 111100 | 1100011 | 111000 |
Color Harmonies of #FEFD1E
Complementary color
Monochromatic Colors of #FEFD1E
Black with #FEFD1E
Text Example
Text Example
White with #FEFD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD1E; }
p { color: rgb(254,253,30); }
H1.HeaderClassName
{
color: #FEFD1E;
}
.AnyTagClassName
{
color: #FEFD1E;
}
</style>
background-color css
<style>
a { background-color: #FEFD1E; }
a { background-color: rgb(254,253,30); }
div.DivClassName
{
background-color: #FEFD1E;
}
.BgClassName
{
background-color: #FEFD1E;
}
</style>
border-color css
<style>
span { border-color: #FEFD1E; }
span { border-color: rgb(254,253,30); }
td.TdClassName
{
border-color: #FEFD1E;
}
.TagClassName
{
border-color: #FEFD1E;
}
</style>