Shades of Lemon #FEF613
Tints of Lemon #FEF613
RGB
CMYK
RGB Variations
Color information
#FEF613 (or 0xFEF613) is known color: Lemon. HEX triplet: FE, F6 and 13. RGB value is (254,246,19). Sum of RGB (Red+Green+Blue) = 254+246+19=519 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.94% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 19 (7.81% from 255 or 3.66% from 519); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF613 is #0109EC. Grayscale: #DFDFDF. Windows color (decimal): -68077 or 1308414. OLE color: 1308414.
HSL color Cylindrical-coordinate representation of color #FEF613: hue angle of 57.96º 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 #FEF613 is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 19 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.00 |
| HSL | 57.96º | 0.99% | 0.54% | - |
| HSV(B) | 57.96º | 0.93% | 1% | - |
| XYZ | 73.95 | 87.03 | 13.52 | - |
| YUV | 222.51 | 13.15 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 19 | 0 | 0.03 | 0.93 | 0.00 | 57.96 | 0.99 | 0.54 |
| Hex | FE | F6 | 13 | 0 | 3 | 5D | 0 | 3A | 63 | 36 |
| Octal | 376 | 366 | 23 | 0 | 3 | 135 | 0 | 72 | 143 | 66 |
| Binary | 11111110 | 11110110 | 10011 | 0 | 11 | 1011101 | 0 | 111010 | 1100011 | 110110 |
Color Harmonies of #FEF613
Complementary color
Monochromatic Colors of #FEF613
Black with #FEF613
Text Example
Text Example
White with #FEF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF613; }
p { color: rgb(254,246,19); }
H1.HeaderClassName
{
color: #FEF613;
}
.AnyTagClassName
{
color: #FEF613;
}
</style>
background-color css
<style>
a { background-color: #FEF613; }
a { background-color: rgb(254,246,19); }
div.DivClassName
{
background-color: #FEF613;
}
.BgClassName
{
background-color: #FEF613;
}
</style>
border-color css
<style>
span { border-color: #FEF613; }
span { border-color: rgb(254,246,19); }
td.TdClassName
{
border-color: #FEF613;
}
.TagClassName
{
border-color: #FEF613;
}
</style>