Shades of Lemon #FEDF1D
Tints of Lemon #FEDF1D
RGB
CMYK
RGB Variations
Color information
#FEDF1D (or 0xFEDF1D) is known color: Lemon. HEX triplet: FE, DF and 1D. RGB value is (254,223,29). Sum of RGB (Red+Green+Blue) = 254+223+29=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 29 (11.72% from 255 or 5.73% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDF1D is #0120E2. Grayscale: #D2D2D2. Windows color (decimal): -73955 or 1957886. OLE color: 1957886.
HSL color Cylindrical-coordinate representation of color #FEDF1D: hue angle of 51.73º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FEDF1D is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 29 | - |
| CMYK | 0 | 0.12 | 0.89 | 0.00 |
| HSL | 51.73º | 0.99% | 0.55% | - |
| HSV(B) | 51.73º | 0.89% | 1% | - |
| XYZ | 67.48 | 73.93 | 11.88 | - |
| YUV | 210.15 | 25.77 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 29 | 0 | 0.12 | 0.89 | 0.00 | 51.73 | 0.99 | 0.55 |
| Hex | FE | DF | 1D | 0 | C | 59 | 0 | 34 | 63 | 37 |
| Octal | 376 | 337 | 35 | 0 | 14 | 131 | 0 | 64 | 143 | 67 |
| Binary | 11111110 | 11011111 | 11101 | 0 | 1100 | 1011001 | 0 | 110100 | 1100011 | 110111 |
Color Harmonies of #FEDF1D
Complementary color
Monochromatic Colors of #FEDF1D
Black with #FEDF1D
Text Example
Text Example
White with #FEDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF1D; }
p { color: rgb(254,223,29); }
H1.HeaderClassName
{
color: #FEDF1D;
}
.AnyTagClassName
{
color: #FEDF1D;
}
</style>
background-color css
<style>
a { background-color: #FEDF1D; }
a { background-color: rgb(254,223,29); }
div.DivClassName
{
background-color: #FEDF1D;
}
.BgClassName
{
background-color: #FEDF1D;
}
</style>
border-color css
<style>
span { border-color: #FEDF1D; }
span { border-color: rgb(254,223,29); }
td.TdClassName
{
border-color: #FEDF1D;
}
.TagClassName
{
border-color: #FEDF1D;
}
</style>