Shades of Lemon #FEF315
Tints of Lemon #FEF315
RGB
CMYK
RGB Variations
Color information
#FEF315 (or 0xFEF315) is known color: Lemon. HEX triplet: FE, F3 and 15. RGB value is (254,243,21). Sum of RGB (Red+Green+Blue) = 254+243+21=518 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.03% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 21 (8.59% from 255 or 4.05% from 518); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF315 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF315 is #010CEA. Grayscale: #DDDDDD. Windows color (decimal): -68843 or 1438718. OLE color: 1438718.
HSL color Cylindrical-coordinate representation of color #FEF315: hue angle of 57.17º 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 #FEF315 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 243 | 21 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.00 |
| HSL | 57.17º | 0.99% | 0.54% | - |
| HSV(B) | 57.17º | 0.92% | 1% | - |
| XYZ | 73.06 | 85.23 | 13.31 | - |
| YUV | 220.98 | 15.14 | 151.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 243 | 21 | 0 | 0.04 | 0.92 | 0.00 | 57.17 | 0.99 | 0.54 |
| Hex | FE | F3 | 15 | 0 | 4 | 5C | 0 | 39 | 63 | 36 |
| Octal | 376 | 363 | 25 | 0 | 4 | 134 | 0 | 71 | 143 | 66 |
| Binary | 11111110 | 11110011 | 10101 | 0 | 100 | 1011100 | 0 | 111001 | 1100011 | 110110 |
Color Harmonies of #FEF315
Complementary color
Monochromatic Colors of #FEF315
Black with #FEF315
Text Example
Text Example
White with #FEF315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF315; }
p { color: rgb(254,243,21); }
H1.HeaderClassName
{
color: #FEF315;
}
.AnyTagClassName
{
color: #FEF315;
}
</style>
background-color css
<style>
a { background-color: #FEF315; }
a { background-color: rgb(254,243,21); }
div.DivClassName
{
background-color: #FEF315;
}
.BgClassName
{
background-color: #FEF315;
}
</style>
border-color css
<style>
span { border-color: #FEF315; }
span { border-color: rgb(254,243,21); }
td.TdClassName
{
border-color: #FEF315;
}
.TagClassName
{
border-color: #FEF315;
}
</style>