Shades of Lemon #FEDD13
Tints of Lemon #FEDD13
RGB
CMYK
RGB Variations
Color information
#FEDD13 (or 0xFEDD13) is known color: Lemon. HEX triplet: FE, DD and 13. RGB value is (254,221,19). Sum of RGB (Red+Green+Blue) = 254+221+19=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 19 (7.81% from 255 or 3.85% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD13 is #0122EC. Grayscale: #D0D0D0. Windows color (decimal): -74477 or 1302014. OLE color: 1302014.
HSL color Cylindrical-coordinate representation of color #FEDD13: hue angle of 51.57º 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 #FEDD13 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 19 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.00 |
| HSL | 51.57º | 0.99% | 0.54% | - |
| HSV(B) | 51.57º | 0.93% | 1% | - |
| XYZ | 66.85 | 72.83 | 11.15 | - |
| YUV | 207.84 | 21.43 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 19 | 0 | 0.13 | 0.93 | 0.00 | 51.57 | 0.99 | 0.54 |
| Hex | FE | DD | 13 | 0 | D | 5D | 0 | 34 | 63 | 36 |
| Octal | 376 | 335 | 23 | 0 | 15 | 135 | 0 | 64 | 143 | 66 |
| Binary | 11111110 | 11011101 | 10011 | 0 | 1101 | 1011101 | 0 | 110100 | 1100011 | 110110 |
Color Harmonies of #FEDD13
Complementary color
Monochromatic Colors of #FEDD13
Black with #FEDD13
Text Example
Text Example
White with #FEDD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD13; }
p { color: rgb(254,221,19); }
H1.HeaderClassName
{
color: #FEDD13;
}
.AnyTagClassName
{
color: #FEDD13;
}
</style>
background-color css
<style>
a { background-color: #FEDD13; }
a { background-color: rgb(254,221,19); }
div.DivClassName
{
background-color: #FEDD13;
}
.BgClassName
{
background-color: #FEDD13;
}
</style>
border-color css
<style>
span { border-color: #FEDD13; }
span { border-color: rgb(254,221,19); }
td.TdClassName
{
border-color: #FEDD13;
}
.TagClassName
{
border-color: #FEDD13;
}
</style>