Shades of Lemon #FEF914
Tints of Lemon #FEF914
RGB
CMYK
RGB Variations
Color information
#FEF914 (or 0xFEF914) is known color: Lemon. HEX triplet: FE, F9 and 14. RGB value is (254,249,20). Sum of RGB (Red+Green+Blue) = 254+249+20=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 20 (8.20% from 255 or 3.82% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF914 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF914 is #0106EB. Grayscale: #E1E1E1. Windows color (decimal): -67308 or 1374718. OLE color: 1374718.
HSL color Cylindrical-coordinate representation of color #FEF914: hue angle of 58.72º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FEF914 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 249 | 20 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.00 |
| HSL | 58.72º | 0.99% | 0.54% | - |
| HSV(B) | 58.72º | 0.92% | 1% | - |
| XYZ | 74.88 | 88.87 | 13.87 | - |
| YUV | 224.39 | 12.66 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 249 | 20 | 0 | 0.02 | 0.92 | 0.00 | 58.72 | 0.99 | 0.54 |
| Hex | FE | F9 | 14 | 0 | 2 | 5C | 0 | 3B | 63 | 36 |
| Octal | 376 | 371 | 24 | 0 | 2 | 134 | 0 | 73 | 143 | 66 |
| Binary | 11111110 | 11111001 | 10100 | 0 | 10 | 1011100 | 0 | 111011 | 1100011 | 110110 |
Color Harmonies of #FEF914
Complementary color
Monochromatic Colors of #FEF914
Black with #FEF914
Text Example
Text Example
White with #FEF914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF914; }
p { color: rgb(254,249,20); }
H1.HeaderClassName
{
color: #FEF914;
}
.AnyTagClassName
{
color: #FEF914;
}
</style>
background-color css
<style>
a { background-color: #FEF914; }
a { background-color: rgb(254,249,20); }
div.DivClassName
{
background-color: #FEF914;
}
.BgClassName
{
background-color: #FEF914;
}
</style>
border-color css
<style>
span { border-color: #FEF914; }
span { border-color: rgb(254,249,20); }
td.TdClassName
{
border-color: #FEF914;
}
.TagClassName
{
border-color: #FEF914;
}
</style>