Shades of Lemon #FEDE13
Tints of Lemon #FEDE13
RGB
CMYK
RGB Variations
Color information
#FEDE13 (or 0xFEDE13) is known color: Lemon. HEX triplet: FE, DE and 13. RGB value is (254,222,19). Sum of RGB (Red+Green+Blue) = 254+222+19=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 222 (87.11% from 255 or 44.85% from 495); Blue value is 19 (7.81% from 255 or 3.84% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE13 is #0121EC. Grayscale: #D1D1D1. Windows color (decimal): -74221 or 1302270. OLE color: 1302270.
HSL color Cylindrical-coordinate representation of color #FEDE13: hue angle of 51.83º 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 #FEDE13 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 19 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.00 |
| HSL | 51.83º | 0.99% | 0.54% | - |
| HSV(B) | 51.83º | 0.93% | 1% | - |
| XYZ | 67.11 | 73.36 | 11.24 | - |
| YUV | 208.43 | 21.1 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 19 | 0 | 0.13 | 0.93 | 0.00 | 51.83 | 0.99 | 0.54 |
| Hex | FE | DE | 13 | 0 | D | 5D | 0 | 34 | 63 | 36 |
| Octal | 376 | 336 | 23 | 0 | 15 | 135 | 0 | 64 | 143 | 66 |
| Binary | 11111110 | 11011110 | 10011 | 0 | 1101 | 1011101 | 0 | 110100 | 1100011 | 110110 |
Color Harmonies of #FEDE13
Complementary color
Monochromatic Colors of #FEDE13
Black with #FEDE13
Text Example
Text Example
White with #FEDE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE13; }
p { color: rgb(254,222,19); }
H1.HeaderClassName
{
color: #FEDE13;
}
.AnyTagClassName
{
color: #FEDE13;
}
</style>
background-color css
<style>
a { background-color: #FEDE13; }
a { background-color: rgb(254,222,19); }
div.DivClassName
{
background-color: #FEDE13;
}
.BgClassName
{
background-color: #FEDE13;
}
</style>
border-color css
<style>
span { border-color: #FEDE13; }
span { border-color: rgb(254,222,19); }
td.TdClassName
{
border-color: #FEDE13;
}
.TagClassName
{
border-color: #FEDE13;
}
</style>