Shades of Lemon #FEDF15
Tints of Lemon #FEDF15
RGB
CMYK
RGB Variations
Color information
#FEDF15 (or 0xFEDF15) is known color: Lemon. HEX triplet: FE, DF and 15. RGB value is (254,223,21). Sum of RGB (Red+Green+Blue) = 254+223+21=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 21 (8.59% from 255 or 4.22% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF15 is #0120EA. Grayscale: #D2D2D2. Windows color (decimal): -73963 or 1433598. OLE color: 1433598.
HSL color Cylindrical-coordinate representation of color #FEDF15: hue angle of 52.02º 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 #FEDF15 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 21 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.00 |
| HSL | 52.02º | 0.99% | 0.54% | - |
| HSV(B) | 52.02º | 0.92% | 1% | - |
| XYZ | 67.4 | 73.9 | 11.42 | - |
| YUV | 209.24 | 21.77 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 21 | 0 | 0.12 | 0.92 | 0.00 | 52.02 | 0.99 | 0.54 |
| Hex | FE | DF | 15 | 0 | C | 5C | 0 | 34 | 63 | 36 |
| Octal | 376 | 337 | 25 | 0 | 14 | 134 | 0 | 64 | 143 | 66 |
| Binary | 11111110 | 11011111 | 10101 | 0 | 1100 | 1011100 | 0 | 110100 | 1100011 | 110110 |
Color Harmonies of #FEDF15
Complementary color
Monochromatic Colors of #FEDF15
Black with #FEDF15
Text Example
Text Example
White with #FEDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF15; }
p { color: rgb(254,223,21); }
H1.HeaderClassName
{
color: #FEDF15;
}
.AnyTagClassName
{
color: #FEDF15;
}
</style>
background-color css
<style>
a { background-color: #FEDF15; }
a { background-color: rgb(254,223,21); }
div.DivClassName
{
background-color: #FEDF15;
}
.BgClassName
{
background-color: #FEDF15;
}
</style>
border-color css
<style>
span { border-color: #FEDF15; }
span { border-color: rgb(254,223,21); }
td.TdClassName
{
border-color: #FEDF15;
}
.TagClassName
{
border-color: #FEDF15;
}
</style>