Shades of Lemon #FEDF14
Tints of Lemon #FEDF14
RGB
CMYK
RGB Variations
Color information
#FEDF14 (or 0xFEDF14) is known color: Lemon. HEX triplet: FE, DF and 14. RGB value is (254,223,20). Sum of RGB (Red+Green+Blue) = 254+223+20=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 20 (8.20% from 255 or 4.02% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF14 is #0120EB. Grayscale: #D1D1D1. Windows color (decimal): -73964 or 1368062. OLE color: 1368062.
HSL color Cylindrical-coordinate representation of color #FEDF14: hue angle of 52.05º 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 #FEDF14 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 20 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.00 |
| HSL | 52.05º | 0.99% | 0.54% | - |
| HSV(B) | 52.05º | 0.92% | 1% | - |
| XYZ | 67.39 | 73.9 | 11.37 | - |
| YUV | 209.13 | 21.27 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 20 | 0 | 0.12 | 0.92 | 0.00 | 52.05 | 0.99 | 0.54 |
| Hex | FE | DF | 14 | 0 | C | 5C | 0 | 34 | 63 | 36 |
| Octal | 376 | 337 | 24 | 0 | 14 | 134 | 0 | 64 | 143 | 66 |
| Binary | 11111110 | 11011111 | 10100 | 0 | 1100 | 1011100 | 0 | 110100 | 1100011 | 110110 |
Color Harmonies of #FEDF14
Complementary color
Monochromatic Colors of #FEDF14
Black with #FEDF14
Text Example
Text Example
White with #FEDF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF14; }
p { color: rgb(254,223,20); }
H1.HeaderClassName
{
color: #FEDF14;
}
.AnyTagClassName
{
color: #FEDF14;
}
</style>
background-color css
<style>
a { background-color: #FEDF14; }
a { background-color: rgb(254,223,20); }
div.DivClassName
{
background-color: #FEDF14;
}
.BgClassName
{
background-color: #FEDF14;
}
</style>
border-color css
<style>
span { border-color: #FEDF14; }
span { border-color: rgb(254,223,20); }
td.TdClassName
{
border-color: #FEDF14;
}
.TagClassName
{
border-color: #FEDF14;
}
</style>