Shades of Lemon #FEDF0F
Tints of Lemon #FEDF0F
RGB
CMYK
RGB Variations
Color information
#FEDF0F (or 0xFEDF0F) is known color: Lemon. HEX triplet: FE, DF and 0F. RGB value is (254,223,15). Sum of RGB (Red+Green+Blue) = 254+223+15=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 15 (6.25% from 255 or 3.05% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF0F is #0120F0. Grayscale: #D1D1D1. Windows color (decimal): -73969 or 1040382. OLE color: 1040382.
HSL color Cylindrical-coordinate representation of color #FEDF0F: hue angle of 52.22º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FEDF0F is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 15 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.00 |
| HSL | 52.22º | 0.99% | 0.53% | - |
| HSV(B) | 52.22º | 0.94% | 1% | - |
| XYZ | 67.35 | 73.88 | 11.16 | - |
| YUV | 208.56 | 18.77 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 15 | 0 | 0.12 | 0.94 | 0.00 | 52.22 | 0.99 | 0.53 |
| Hex | FE | DF | F | 0 | C | 5E | 0 | 34 | 63 | 35 |
| Octal | 376 | 337 | 17 | 0 | 14 | 136 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011111 | 1111 | 0 | 1100 | 1011110 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDF0F
Complementary color
Monochromatic Colors of #FEDF0F
Black with #FEDF0F
Text Example
Text Example
White with #FEDF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF0F; }
p { color: rgb(254,223,15); }
H1.HeaderClassName
{
color: #FEDF0F;
}
.AnyTagClassName
{
color: #FEDF0F;
}
</style>
background-color css
<style>
a { background-color: #FEDF0F; }
a { background-color: rgb(254,223,15); }
div.DivClassName
{
background-color: #FEDF0F;
}
.BgClassName
{
background-color: #FEDF0F;
}
</style>
border-color css
<style>
span { border-color: #FEDF0F; }
span { border-color: rgb(254,223,15); }
td.TdClassName
{
border-color: #FEDF0F;
}
.TagClassName
{
border-color: #FEDF0F;
}
</style>