Shades of Lemon #FEDD0F
Tints of Lemon #FEDD0F
RGB
CMYK
RGB Variations
Color information
#FEDD0F (or 0xFEDD0F) is known color: Lemon. HEX triplet: FE, DD and 0F. RGB value is (254,221,15). Sum of RGB (Red+Green+Blue) = 254+221+15=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 15 (6.25% from 255 or 3.06% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD0F is #0122F0. Grayscale: #D0D0D0. Windows color (decimal): -74481 or 1039870. OLE color: 1039870.
HSL color Cylindrical-coordinate representation of color #FEDD0F: hue angle of 51.72º 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 #FEDD0F is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 15 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.00 |
| HSL | 51.72º | 0.99% | 0.53% | - |
| HSV(B) | 51.72º | 0.94% | 1% | - |
| XYZ | 66.82 | 72.82 | 10.99 | - |
| YUV | 207.38 | 19.43 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 15 | 0 | 0.13 | 0.94 | 0.00 | 51.72 | 0.99 | 0.53 |
| Hex | FE | DD | F | 0 | D | 5E | 0 | 34 | 63 | 35 |
| Octal | 376 | 335 | 17 | 0 | 15 | 136 | 0 | 64 | 143 | 65 |
| Binary | 11111110 | 11011101 | 1111 | 0 | 1101 | 1011110 | 0 | 110100 | 1100011 | 110101 |
Color Harmonies of #FEDD0F
Complementary color
Monochromatic Colors of #FEDD0F
Black with #FEDD0F
Text Example
Text Example
White with #FEDD0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD0F; }
p { color: rgb(254,221,15); }
H1.HeaderClassName
{
color: #FEDD0F;
}
.AnyTagClassName
{
color: #FEDD0F;
}
</style>
background-color css
<style>
a { background-color: #FEDD0F; }
a { background-color: rgb(254,221,15); }
div.DivClassName
{
background-color: #FEDD0F;
}
.BgClassName
{
background-color: #FEDD0F;
}
</style>
border-color css
<style>
span { border-color: #FEDD0F; }
span { border-color: rgb(254,221,15); }
td.TdClassName
{
border-color: #FEDD0F;
}
.TagClassName
{
border-color: #FEDD0F;
}
</style>