Shades of Lemon #FEF713
Tints of Lemon #FEF713
RGB
CMYK
RGB Variations
Color information
#FEF713 (or 0xFEF713) is known color: Lemon. HEX triplet: FE, F7 and 13. RGB value is (254,247,19). Sum of RGB (Red+Green+Blue) = 254+247+19=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 19 (7.81% from 255 or 3.65% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF713 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF713 is #0108EC. Grayscale: #E0E0E0. Windows color (decimal): -67821 or 1308670. OLE color: 1308670.
HSL color Cylindrical-coordinate representation of color #FEF713: hue angle of 58.21º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEF713 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 247 | 19 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.00 |
| HSL | 58.21º | 0.99% | 0.54% | - |
| HSV(B) | 58.21º | 0.93% | 1% | - |
| XYZ | 74.25 | 87.64 | 13.62 | - |
| YUV | 223.1 | 12.82 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 247 | 19 | 0 | 0.03 | 0.93 | 0.00 | 58.21 | 0.99 | 0.54 |
| Hex | FE | F7 | 13 | 0 | 3 | 5D | 0 | 3A | 63 | 36 |
| Octal | 376 | 367 | 23 | 0 | 3 | 135 | 0 | 72 | 143 | 66 |
| Binary | 11111110 | 11110111 | 10011 | 0 | 11 | 1011101 | 0 | 111010 | 1100011 | 110110 |
Color Harmonies of #FEF713
Complementary color
Monochromatic Colors of #FEF713
Black with #FEF713
Text Example
Text Example
White with #FEF713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF713; }
p { color: rgb(254,247,19); }
H1.HeaderClassName
{
color: #FEF713;
}
.AnyTagClassName
{
color: #FEF713;
}
</style>
background-color css
<style>
a { background-color: #FEF713; }
a { background-color: rgb(254,247,19); }
div.DivClassName
{
background-color: #FEF713;
}
.BgClassName
{
background-color: #FEF713;
}
</style>
border-color css
<style>
span { border-color: #FEF713; }
span { border-color: rgb(254,247,19); }
td.TdClassName
{
border-color: #FEF713;
}
.TagClassName
{
border-color: #FEF713;
}
</style>