Shades of Lemon #FEF625
Tints of Lemon #FEF625
RGB
CMYK
RGB Variations
Color information
#FEF625 (or 0xFEF625) is known color: Lemon. HEX triplet: FE, F6 and 25. RGB value is (254,246,37). Sum of RGB (Red+Green+Blue) = 254+246+37=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 37 (14.84% from 255 or 6.89% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF625 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF625 is #0109DA. Grayscale: #E1E1E1. Windows color (decimal): -68059 or 2488062. OLE color: 2488062.
HSL color Cylindrical-coordinate representation of color #FEF625: hue angle of 57.79º 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 #FEF625 is Cyan = 0, Magento = 0.03, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 37 | - |
| CMYK | 0 | 0.03 | 0.85 | 0.00 |
| HSL | 57.79º | 0.99% | 0.57% | - |
| HSV(B) | 57.79º | 0.85% | 1% | - |
| XYZ | 74.16 | 87.12 | 14.66 | - |
| YUV | 224.57 | 22.15 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 37 | 0 | 0.03 | 0.85 | 0.00 | 57.79 | 0.99 | 0.57 |
| Hex | FE | F6 | 25 | 0 | 3 | 55 | 0 | 3A | 63 | 39 |
| Octal | 376 | 366 | 45 | 0 | 3 | 125 | 0 | 72 | 143 | 71 |
| Binary | 11111110 | 11110110 | 100101 | 0 | 11 | 1010101 | 0 | 111010 | 1100011 | 111001 |
Color Harmonies of #FEF625
Complementary color
Monochromatic Colors of #FEF625
Black with #FEF625
Text Example
Text Example
White with #FEF625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF625; }
p { color: rgb(254,246,37); }
H1.HeaderClassName
{
color: #FEF625;
}
.AnyTagClassName
{
color: #FEF625;
}
</style>
background-color css
<style>
a { background-color: #FEF625; }
a { background-color: rgb(254,246,37); }
div.DivClassName
{
background-color: #FEF625;
}
.BgClassName
{
background-color: #FEF625;
}
</style>
border-color css
<style>
span { border-color: #FEF625; }
span { border-color: rgb(254,246,37); }
td.TdClassName
{
border-color: #FEF625;
}
.TagClassName
{
border-color: #FEF625;
}
</style>