Shades of Lemon #FEDC12
Tints of Lemon #FEDC12
RGB
CMYK
RGB Variations
Color information
#FEDC12 (or 0xFEDC12) is known color: Lemon. HEX triplet: FE, DC and 12. RGB value is (254,220,18). Sum of RGB (Red+Green+Blue) = 254+220+18=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 18 (7.42% from 255 or 3.66% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC12 is #0123ED. Grayscale: #CFCFCF. Windows color (decimal): -74734 or 1236222. OLE color: 1236222.
HSL color Cylindrical-coordinate representation of color #FEDC12: hue angle of 51.36º 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 #FEDC12 is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 18 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.00 |
| HSL | 51.36º | 0.99% | 0.53% | - |
| HSV(B) | 51.36º | 0.93% | 1% | - |
| XYZ | 66.58 | 72.3 | 11.02 | - |
| YUV | 207.14 | 21.26 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 18 | 0 | 0.13 | 0.93 | 0.00 | 51.36 | 0.99 | 0.53 |
| Hex | FE | DC | 12 | 0 | D | 5D | 0 | 33 | 63 | 35 |
| Octal | 376 | 334 | 22 | 0 | 15 | 135 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011100 | 10010 | 0 | 1101 | 1011101 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FEDC12
Complementary color
Monochromatic Colors of #FEDC12
Black with #FEDC12
Text Example
Text Example
White with #FEDC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC12; }
p { color: rgb(254,220,18); }
H1.HeaderClassName
{
color: #FEDC12;
}
.AnyTagClassName
{
color: #FEDC12;
}
</style>
background-color css
<style>
a { background-color: #FEDC12; }
a { background-color: rgb(254,220,18); }
div.DivClassName
{
background-color: #FEDC12;
}
.BgClassName
{
background-color: #FEDC12;
}
</style>
border-color css
<style>
span { border-color: #FEDC12; }
span { border-color: rgb(254,220,18); }
td.TdClassName
{
border-color: #FEDC12;
}
.TagClassName
{
border-color: #FEDC12;
}
</style>