Shades of Lemon #FEF60D
Tints of Lemon #FEF60D
RGB
CMYK
RGB Variations
Color information
#FEF60D (or 0xFEF60D) is known color: Lemon. HEX triplet: FE, F6 and 0D. RGB value is (254,246,13). Sum of RGB (Red+Green+Blue) = 254+246+13=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 13 (5.47% from 255 or 2.53% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEF60D is #0109F2. Grayscale: #DEDEDE. Windows color (decimal): -68083 or 915198. OLE color: 915198.
HSL color Cylindrical-coordinate representation of color #FEF60D: hue angle of 58.01º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEF60D is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 13 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.00 |
| HSL | 58.01º | 0.99% | 0.52% | - |
| HSV(B) | 58.01º | 0.95% | 1% | - |
| XYZ | 73.9 | 87.01 | 13.28 | - |
| YUV | 221.83 | 10.15 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 13 | 0 | 0.03 | 0.95 | 0.00 | 58.01 | 0.99 | 0.52 |
| Hex | FE | F6 | D | 0 | 3 | 5F | 0 | 3A | 63 | 34 |
| Octal | 376 | 366 | 15 | 0 | 3 | 137 | 0 | 72 | 143 | 64 |
| Binary | 11111110 | 11110110 | 1101 | 0 | 11 | 1011111 | 0 | 111010 | 1100011 | 110100 |
Color Harmonies of #FEF60D
Complementary color
Monochromatic Colors of #FEF60D
Black with #FEF60D
Text Example
Text Example
White with #FEF60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF60D; }
p { color: rgb(254,246,13); }
H1.HeaderClassName
{
color: #FEF60D;
}
.AnyTagClassName
{
color: #FEF60D;
}
</style>
background-color css
<style>
a { background-color: #FEF60D; }
a { background-color: rgb(254,246,13); }
div.DivClassName
{
background-color: #FEF60D;
}
.BgClassName
{
background-color: #FEF60D;
}
</style>
border-color css
<style>
span { border-color: #FEF60D; }
span { border-color: rgb(254,246,13); }
td.TdClassName
{
border-color: #FEF60D;
}
.TagClassName
{
border-color: #FEF60D;
}
</style>