Shades of Lemon #FEDB12
Tints of Lemon #FEDB12
RGB
CMYK
RGB Variations
Color information
#FEDB12 (or 0xFEDB12) is known color: Lemon. HEX triplet: FE, DB and 12. RGB value is (254,219,18). Sum of RGB (Red+Green+Blue) = 254+219+18=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 18 (7.42% from 255 or 3.67% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDB12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDB12 is #0124ED. Grayscale: #CFCFCF. Windows color (decimal): -74990 or 1235966. OLE color: 1235966.
HSL color Cylindrical-coordinate representation of color #FEDB12: hue angle of 51.1º 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 #FEDB12 is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 219 | 18 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.00 |
| HSL | 51.1º | 0.99% | 0.53% | - |
| HSV(B) | 51.1º | 0.93% | 1% | - |
| XYZ | 66.31 | 71.78 | 10.93 | - |
| YUV | 206.55 | 21.6 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 219 | 18 | 0 | 0.14 | 0.93 | 0.00 | 51.1 | 0.99 | 0.53 |
| Hex | FE | DB | 12 | 0 | E | 5D | 0 | 33 | 63 | 35 |
| Octal | 376 | 333 | 22 | 0 | 16 | 135 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011011 | 10010 | 0 | 1110 | 1011101 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FEDB12
Complementary color
Monochromatic Colors of #FEDB12
Black with #FEDB12
Text Example
Text Example
White with #FEDB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDB12; }
p { color: rgb(254,219,18); }
H1.HeaderClassName
{
color: #FEDB12;
}
.AnyTagClassName
{
color: #FEDB12;
}
</style>
background-color css
<style>
a { background-color: #FEDB12; }
a { background-color: rgb(254,219,18); }
div.DivClassName
{
background-color: #FEDB12;
}
.BgClassName
{
background-color: #FEDB12;
}
</style>
border-color css
<style>
span { border-color: #FEDB12; }
span { border-color: rgb(254,219,18); }
td.TdClassName
{
border-color: #FEDB12;
}
.TagClassName
{
border-color: #FEDB12;
}
</style>