Shades of Lemon #FEF314
Tints of Lemon #FEF314
RGB
CMYK
RGB Variations
Color information
#FEF314 (or 0xFEF314) is known color: Lemon. HEX triplet: FE, F3 and 14. RGB value is (254,243,20). Sum of RGB (Red+Green+Blue) = 254+243+20=517 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.13% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 20 (8.20% from 255 or 3.87% from 517); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF314 is #010CEB. Grayscale: #DDDDDD. Windows color (decimal): -68844 or 1373182. OLE color: 1373182.
HSL color Cylindrical-coordinate representation of color #FEF314: hue angle of 57.18º 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 #FEF314 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 20 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.00 |
| HSL | 57.18º | 0.99% | 0.54% | - |
| HSV(B) | 57.18º | 0.92% | 1% | - |
| XYZ | 73.05 | 85.22 | 13.26 | - |
| YUV | 220.87 | 14.64 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 20 | 0 | 0.04 | 0.92 | 0.00 | 57.18 | 0.99 | 0.54 |
| Hex | FE | F3 | 14 | 0 | 4 | 5C | 0 | 39 | 63 | 36 |
| Octal | 376 | 363 | 24 | 0 | 4 | 134 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110011 | 10100 | 0 | 100 | 1011100 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF314
Complementary color
Monochromatic Colors of #FEF314
Black with #FEF314
Text Example
Text Example
White with #FEF314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF314; }
p { color: rgb(254,243,20); }
H1.HeaderClassName
{
color: #FEF314;
}
.AnyTagClassName
{
color: #FEF314;
}
</style>
background-color css
<style>
a { background-color: #FEF314; }
a { background-color: rgb(254,243,20); }
div.DivClassName
{
background-color: #FEF314;
}
.BgClassName
{
background-color: #FEF314;
}
</style>
border-color css
<style>
span { border-color: #FEF314; }
span { border-color: rgb(254,243,20); }
td.TdClassName
{
border-color: #FEF314;
}
.TagClassName
{
border-color: #FEF314;
}
</style>