Shades of Lemon #FEDE12
Tints of Lemon #FEDE12
RGB
CMYK
RGB Variations
Color information
#FEDE12 (or 0xFEDE12) is known color: Lemon. HEX triplet: FE, DE and 12. RGB value is (254,222,18). Sum of RGB (Red+Green+Blue) = 254+222+18=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 18 (7.42% from 255 or 3.64% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE12 is #0121ED. Grayscale: #D1D1D1. Windows color (decimal): -74222 or 1236734. OLE color: 1236734.
HSL color Cylindrical-coordinate representation of color #FEDE12: hue angle of 51.86º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FEDE12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.00 |
| HSL | 51.86º | 0.99% | 0.53% | - |
| HSV(B) | 51.86º | 0.93% | 1% | - |
| XYZ | 67.1 | 73.36 | 11.19 | - |
| YUV | 208.31 | 20.6 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 18 | 0 | 0.13 | 0.93 | 0.00 | 51.86 | 0.99 | 0.53 |
| Hex | FE | DE | 12 | 0 | D | 5D | 0 | 34 | 63 | 35 |
| Octal | 376 | 336 | 22 | 0 | 15 | 135 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011110 | 10010 | 0 | 1101 | 1011101 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDE12
Complementary color
Monochromatic Colors of #FEDE12
Black with #FEDE12
Text Example
Text Example
White with #FEDE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE12; }
p { color: rgb(254,222,18); }
H1.HeaderClassName
{
color: #FEDE12;
}
.AnyTagClassName
{
color: #FEDE12;
}
</style>
background-color css
<style>
a { background-color: #FEDE12; }
a { background-color: rgb(254,222,18); }
div.DivClassName
{
background-color: #FEDE12;
}
.BgClassName
{
background-color: #FEDE12;
}
</style>
border-color css
<style>
span { border-color: #FEDE12; }
span { border-color: rgb(254,222,18); }
td.TdClassName
{
border-color: #FEDE12;
}
.TagClassName
{
border-color: #FEDE12;
}
</style>