Shades of Lemon #FED914
Tints of Lemon #FED914
RGB
CMYK
RGB Variations
Color information
#FED914 (or 0xFED914) is known color: Lemon. HEX triplet: FE, D9 and 14. RGB value is (254,217,20). Sum of RGB (Red+Green+Blue) = 254+217+20=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 20 (8.20% from 255 or 4.07% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FED914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED914 is #0126EB. Grayscale: #CECECE. Windows color (decimal): -75500 or 1366526. OLE color: 1366526.
HSL color Cylindrical-coordinate representation of color #FED914: hue angle of 50.51º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FED914 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 217 | 20 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.00 |
| HSL | 50.51º | 0.99% | 0.54% | - |
| HSV(B) | 50.51º | 0.92% | 1% | - |
| XYZ | 65.81 | 70.75 | 10.85 | - |
| YUV | 205.61 | 23.26 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 217 | 20 | 0 | 0.15 | 0.92 | 0.00 | 50.51 | 0.99 | 0.54 |
| Hex | FE | D9 | 14 | 0 | F | 5C | 0 | 33 | 63 | 36 |
| Octal | 376 | 331 | 24 | 0 | 17 | 134 | 0 | 63 | 143 | 66 |
| Binary | 11111110 | 11011001 | 10100 | 0 | 1111 | 1011100 | 0 | 110011 | 1100011 | 110110 |
Color Harmonies of #FED914
Complementary color
Monochromatic Colors of #FED914
Black with #FED914
Text Example
Text Example
White with #FED914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED914; }
p { color: rgb(254,217,20); }
H1.HeaderClassName
{
color: #FED914;
}
.AnyTagClassName
{
color: #FED914;
}
</style>
background-color css
<style>
a { background-color: #FED914; }
a { background-color: rgb(254,217,20); }
div.DivClassName
{
background-color: #FED914;
}
.BgClassName
{
background-color: #FED914;
}
</style>
border-color css
<style>
span { border-color: #FED914; }
span { border-color: rgb(254,217,20); }
td.TdClassName
{
border-color: #FED914;
}
.TagClassName
{
border-color: #FED914;
}
</style>