Shades of Lemon #FEFD25
Tints of Lemon #FEFD25
RGB
CMYK
RGB Variations
Color information
#FEFD25 (or 0xFEFD25) is known color: Lemon. HEX triplet: FE, FD and 25. RGB value is (254,253,37). Sum of RGB (Red+Green+Blue) = 254+253+37=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 37 (14.84% from 255 or 6.80% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD25 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD25 is #0102DA. Grayscale: #E5E5E5. Windows color (decimal): -66267 or 2489854. OLE color: 2489854.
HSL color Cylindrical-coordinate representation of color #FEFD25: hue angle of 59.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FEFD25 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 253 | 37 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.00 |
| HSL | 59.72º | 0.99% | 0.57% | - |
| HSV(B) | 59.72º | 0.85% | 1% | - |
| XYZ | 76.33 | 91.45 | 15.38 | - |
| YUV | 228.68 | 19.83 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 253 | 37 | 0 | 0.00 | 0.85 | 0.00 | 59.72 | 0.99 | 0.57 |
| Hex | FE | FD | 25 | 0 | 0 | 55 | 0 | 3C | 63 | 39 |
| Octal | 376 | 375 | 45 | 0 | 0 | 125 | 0 | 74 | 143 | 71 |
| Binary | 11111110 | 11111101 | 100101 | 0 | 0 | 1010101 | 0 | 111100 | 1100011 | 111001 |
Color Harmonies of #FEFD25
Complementary color
Monochromatic Colors of #FEFD25
Black with #FEFD25
Text Example
Text Example
White with #FEFD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFD25; }
p { color: rgb(254,253,37); }
H1.HeaderClassName
{
color: #FEFD25;
}
.AnyTagClassName
{
color: #FEFD25;
}
</style>
background-color css
<style>
a { background-color: #FEFD25; }
a { background-color: rgb(254,253,37); }
div.DivClassName
{
background-color: #FEFD25;
}
.BgClassName
{
background-color: #FEFD25;
}
</style>
border-color css
<style>
span { border-color: #FEFD25; }
span { border-color: rgb(254,253,37); }
td.TdClassName
{
border-color: #FEFD25;
}
.TagClassName
{
border-color: #FEFD25;
}
</style>