Shades of Lemon #FEDA13
Tints of Lemon #FEDA13
RGB
CMYK
RGB Variations
Color information
#FEDA13 (or 0xFEDA13) is known color: Lemon. HEX triplet: FE, DA and 13. RGB value is (254,218,19). Sum of RGB (Red+Green+Blue) = 254+218+19=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 19 (7.81% from 255 or 3.87% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDA13 is #0125EC. Grayscale: #CECECE. Windows color (decimal): -75245 or 1301246. OLE color: 1301246.
HSL color Cylindrical-coordinate representation of color #FEDA13: hue angle of 50.81º 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 #FEDA13 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 218 | 19 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.00 |
| HSL | 50.81º | 0.99% | 0.54% | - |
| HSV(B) | 50.81º | 0.93% | 1% | - |
| XYZ | 66.06 | 71.26 | 10.89 | - |
| YUV | 206.08 | 22.43 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 218 | 19 | 0 | 0.14 | 0.93 | 0.00 | 50.81 | 0.99 | 0.54 |
| Hex | FE | DA | 13 | 0 | E | 5D | 0 | 33 | 63 | 36 |
| Octal | 376 | 332 | 23 | 0 | 16 | 135 | 0 | 63 | 143 | 66 |
| Binary | 11111110 | 11011010 | 10011 | 0 | 1110 | 1011101 | 0 | 110011 | 1100011 | 110110 |
Color Harmonies of #FEDA13
Complementary color
Monochromatic Colors of #FEDA13
Black with #FEDA13
Text Example
Text Example
White with #FEDA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDA13; }
p { color: rgb(254,218,19); }
H1.HeaderClassName
{
color: #FEDA13;
}
.AnyTagClassName
{
color: #FEDA13;
}
</style>
background-color css
<style>
a { background-color: #FEDA13; }
a { background-color: rgb(254,218,19); }
div.DivClassName
{
background-color: #FEDA13;
}
.BgClassName
{
background-color: #FEDA13;
}
</style>
border-color css
<style>
span { border-color: #FEDA13; }
span { border-color: rgb(254,218,19); }
td.TdClassName
{
border-color: #FEDA13;
}
.TagClassName
{
border-color: #FEDA13;
}
</style>