Shades of Lemon #FEDC13
Tints of Lemon #FEDC13
RGB
CMYK
RGB Variations
Color information
#FEDC13 (or 0xFEDC13) is known color: Lemon. HEX triplet: FE, DC and 13. RGB value is (254,220,19). Sum of RGB (Red+Green+Blue) = 254+220+19=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 19 (7.81% from 255 or 3.85% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC13 is #0123EC. Grayscale: #D0D0D0. Windows color (decimal): -74733 or 1301758. OLE color: 1301758.
HSL color Cylindrical-coordinate representation of color #FEDC13: hue angle of 51.32º 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 #FEDC13 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 19 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.00 |
| HSL | 51.32º | 0.99% | 0.54% | - |
| HSV(B) | 51.32º | 0.93% | 1% | - |
| XYZ | 66.58 | 72.3 | 11.06 | - |
| YUV | 207.25 | 21.76 | 161.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 19 | 0 | 0.13 | 0.93 | 0.00 | 51.32 | 0.99 | 0.54 |
| Hex | FE | DC | 13 | 0 | D | 5D | 0 | 33 | 63 | 36 |
| Octal | 376 | 334 | 23 | 0 | 15 | 135 | 0 | 63 | 143 | 66 |
| Binary | 11111110 | 11011100 | 10011 | 0 | 1101 | 1011101 | 0 | 110011 | 1100011 | 110110 |
Color Harmonies of #FEDC13
Complementary color
Monochromatic Colors of #FEDC13
Black with #FEDC13
Text Example
Text Example
White with #FEDC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC13; }
p { color: rgb(254,220,19); }
H1.HeaderClassName
{
color: #FEDC13;
}
.AnyTagClassName
{
color: #FEDC13;
}
</style>
background-color css
<style>
a { background-color: #FEDC13; }
a { background-color: rgb(254,220,19); }
div.DivClassName
{
background-color: #FEDC13;
}
.BgClassName
{
background-color: #FEDC13;
}
</style>
border-color css
<style>
span { border-color: #FEDC13; }
span { border-color: rgb(254,220,19); }
td.TdClassName
{
border-color: #FEDC13;
}
.TagClassName
{
border-color: #FEDC13;
}
</style>