Shades of Lemon #FEF51A
Tints of Lemon #FEF51A
RGB
CMYK
RGB Variations
Color information
#FEF51A (or 0xFEF51A) is known color: Lemon. HEX triplet: FE, F5 and 1A. RGB value is (254,245,26). Sum of RGB (Red+Green+Blue) = 254+245+26=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 245 (96.09% from 255 or 46.67% from 525); Blue value is 26 (10.55% from 255 or 4.95% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF51A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF51A is #010AE5. Grayscale: #DFDFDF. Windows color (decimal): -68326 or 1766910. OLE color: 1766910.
HSL color Cylindrical-coordinate representation of color #FEF51A: hue angle of 57.63º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FEF51A is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 245 | 26 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.00 |
| HSL | 57.63º | 0.99% | 0.55% | - |
| HSV(B) | 57.63º | 0.9% | 1% | - |
| XYZ | 73.71 | 86.45 | 13.78 | - |
| YUV | 222.73 | 16.98 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 245 | 26 | 0 | 0.04 | 0.90 | 0.00 | 57.63 | 0.99 | 0.55 |
| Hex | FE | F5 | 1A | 0 | 4 | 5A | 0 | 3A | 63 | 37 |
| Octal | 376 | 365 | 32 | 0 | 4 | 132 | 0 | 72 | 143 | 67 |
| Binary | 11111110 | 11110101 | 11010 | 0 | 100 | 1011010 | 0 | 111010 | 1100011 | 110111 |
Color Harmonies of #FEF51A
Complementary color
Monochromatic Colors of #FEF51A
Black with #FEF51A
Text Example
Text Example
White with #FEF51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF51A; }
p { color: rgb(254,245,26); }
H1.HeaderClassName
{
color: #FEF51A;
}
.AnyTagClassName
{
color: #FEF51A;
}
</style>
background-color css
<style>
a { background-color: #FEF51A; }
a { background-color: rgb(254,245,26); }
div.DivClassName
{
background-color: #FEF51A;
}
.BgClassName
{
background-color: #FEF51A;
}
</style>
border-color css
<style>
span { border-color: #FEF51A; }
span { border-color: rgb(254,245,26); }
td.TdClassName
{
border-color: #FEF51A;
}
.TagClassName
{
border-color: #FEF51A;
}
</style>