Shades of Lemon #FEF51D
Tints of Lemon #FEF51D
RGB
CMYK
RGB Variations
Color information
#FEF51D (or 0xFEF51D) is known color: Lemon. HEX triplet: FE, F5 and 1D. RGB value is (254,245,29). Sum of RGB (Red+Green+Blue) = 254+245+29=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 29 (11.72% from 255 or 5.49% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF51D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF51D is #010AE2. Grayscale: #DFDFDF. Windows color (decimal): -68323 or 1963518. OLE color: 1963518.
HSL color Cylindrical-coordinate representation of color #FEF51D: hue angle of 57.6º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEF51D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 29 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.00 |
| HSL | 57.6º | 0.99% | 0.55% | - |
| HSV(B) | 57.6º | 0.89% | 1% | - |
| XYZ | 73.75 | 86.46 | 13.96 | - |
| YUV | 223.07 | 18.48 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 29 | 0 | 0.04 | 0.89 | 0.00 | 57.6 | 0.99 | 0.55 |
| Hex | FE | F5 | 1D | 0 | 4 | 59 | 0 | 3A | 63 | 37 |
| Octal | 376 | 365 | 35 | 0 | 4 | 131 | 0 | 72 | 143 | 67 |
| Binary | 11111110 | 11110101 | 11101 | 0 | 100 | 1011001 | 0 | 111010 | 1100011 | 110111 |
Color Harmonies of #FEF51D
Complementary color
Monochromatic Colors of #FEF51D
Black with #FEF51D
Text Example
Text Example
White with #FEF51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF51D; }
p { color: rgb(254,245,29); }
H1.HeaderClassName
{
color: #FEF51D;
}
.AnyTagClassName
{
color: #FEF51D;
}
</style>
background-color css
<style>
a { background-color: #FEF51D; }
a { background-color: rgb(254,245,29); }
div.DivClassName
{
background-color: #FEF51D;
}
.BgClassName
{
background-color: #FEF51D;
}
</style>
border-color css
<style>
span { border-color: #FEF51D; }
span { border-color: rgb(254,245,29); }
td.TdClassName
{
border-color: #FEF51D;
}
.TagClassName
{
border-color: #FEF51D;
}
</style>