Shades of Lemon #FEED13
Tints of Lemon #FEED13
RGB
CMYK
RGB Variations
Color information
#FEED13 (or 0xFEED13) is known color: Lemon. HEX triplet: FE, ED and 13. RGB value is (254,237,19). Sum of RGB (Red+Green+Blue) = 254+237+19=510 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.80% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 19 (7.81% from 255 or 3.73% from 510); Max value from RGB is 254 - color contains mainly: red. Hex color #FEED13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEED13 is #0112EC. Grayscale: #DADADA. Windows color (decimal): -70381 or 1306110. OLE color: 1306110.
HSL color Cylindrical-coordinate representation of color #FEED13: hue angle of 55.66º 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 #FEED13 is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 237 | 19 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.00 |
| HSL | 55.66º | 0.99% | 0.54% | - |
| HSV(B) | 55.66º | 0.93% | 1% | - |
| XYZ | 71.27 | 81.69 | 12.63 | - |
| YUV | 217.23 | 16.13 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 237 | 19 | 0 | 0.07 | 0.93 | 0.00 | 55.66 | 0.99 | 0.54 |
| Hex | FE | ED | 13 | 0 | 7 | 5D | 0 | 38 | 63 | 36 |
| Octal | 376 | 355 | 23 | 0 | 7 | 135 | 0 | 70 | 143 | 66 |
| Binary | 11111110 | 11101101 | 10011 | 0 | 111 | 1011101 | 0 | 111000 | 1100011 | 110110 |
Color Harmonies of #FEED13
Complementary color
Monochromatic Colors of #FEED13
Black with #FEED13
Text Example
Text Example
White with #FEED13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEED13; }
p { color: rgb(254,237,19); }
H1.HeaderClassName
{
color: #FEED13;
}
.AnyTagClassName
{
color: #FEED13;
}
</style>
background-color css
<style>
a { background-color: #FEED13; }
a { background-color: rgb(254,237,19); }
div.DivClassName
{
background-color: #FEED13;
}
.BgClassName
{
background-color: #FEED13;
}
</style>
border-color css
<style>
span { border-color: #FEED13; }
span { border-color: rgb(254,237,19); }
td.TdClassName
{
border-color: #FEED13;
}
.TagClassName
{
border-color: #FEED13;
}
</style>