Shades of Lemon #FED912
Tints of Lemon #FED912
RGB
CMYK
RGB Variations
Color information
#FED912 (or 0xFED912) is known color: Lemon. HEX triplet: FE, D9 and 12. RGB value is (254,217,18). Sum of RGB (Red+Green+Blue) = 254+217+18=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 18 (7.42% from 255 or 3.68% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FED912 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED912 is #0126ED. Grayscale: #CECECE. Windows color (decimal): -75502 or 1235454. OLE color: 1235454.
HSL color Cylindrical-coordinate representation of color #FED912: hue angle of 50.59º 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 #FED912 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 18 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.00 |
| HSL | 50.59º | 0.99% | 0.53% | - |
| HSV(B) | 50.59º | 0.93% | 1% | - |
| XYZ | 65.8 | 70.74 | 10.76 | - |
| YUV | 205.38 | 22.26 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 18 | 0 | 0.15 | 0.93 | 0.00 | 50.59 | 0.99 | 0.53 |
| Hex | FE | D9 | 12 | 0 | F | 5D | 0 | 33 | 63 | 35 |
| Octal | 376 | 331 | 22 | 0 | 17 | 135 | 0 | 63 | 143 | 65 |
| Binary | 11111110 | 11011001 | 10010 | 0 | 1111 | 1011101 | 0 | 110011 | 1100011 | 110101 |
Color Harmonies of #FED912
Complementary color
Monochromatic Colors of #FED912
Black with #FED912
Text Example
Text Example
White with #FED912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED912; }
p { color: rgb(254,217,18); }
H1.HeaderClassName
{
color: #FED912;
}
.AnyTagClassName
{
color: #FED912;
}
</style>
background-color css
<style>
a { background-color: #FED912; }
a { background-color: rgb(254,217,18); }
div.DivClassName
{
background-color: #FED912;
}
.BgClassName
{
background-color: #FED912;
}
</style>
border-color css
<style>
span { border-color: #FED912; }
span { border-color: rgb(254,217,18); }
td.TdClassName
{
border-color: #FED912;
}
.TagClassName
{
border-color: #FED912;
}
</style>