Shades of Lemon #FEDD1B
Tints of Lemon #FEDD1B
RGB
CMYK
RGB Variations
Color information
#FEDD1B (or 0xFEDD1B) is known color: Lemon. HEX triplet: FE, DD and 1B. RGB value is (254,221,27). Sum of RGB (Red+Green+Blue) = 254+221+27=502 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.60% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 27 (10.94% from 255 or 5.38% from 502); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD1B is #0122E4. Grayscale: #D1D1D1. Windows color (decimal): -74469 or 1826302. OLE color: 1826302.
HSL color Cylindrical-coordinate representation of color #FEDD1B: hue angle of 51.28º 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 #FEDD1B is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 27 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.00 |
| HSL | 51.28º | 0.99% | 0.55% | - |
| HSV(B) | 51.28º | 0.89% | 1% | - |
| XYZ | 66.93 | 72.86 | 11.57 | - |
| YUV | 208.75 | 25.43 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 27 | 0 | 0.13 | 0.89 | 0.00 | 51.28 | 0.99 | 0.55 |
| Hex | FE | DD | 1B | 0 | D | 59 | 0 | 33 | 63 | 37 |
| Octal | 376 | 335 | 33 | 0 | 15 | 131 | 0 | 63 | 143 | 67 |
| Binary | 11111110 | 11011101 | 11011 | 0 | 1101 | 1011001 | 0 | 110011 | 1100011 | 110111 |
Color Harmonies of #FEDD1B
Complementary color
Monochromatic Colors of #FEDD1B
Black with #FEDD1B
Text Example
Text Example
White with #FEDD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD1B; }
p { color: rgb(254,221,27); }
H1.HeaderClassName
{
color: #FEDD1B;
}
.AnyTagClassName
{
color: #FEDD1B;
}
</style>
background-color css
<style>
a { background-color: #FEDD1B; }
a { background-color: rgb(254,221,27); }
div.DivClassName
{
background-color: #FEDD1B;
}
.BgClassName
{
background-color: #FEDD1B;
}
</style>
border-color css
<style>
span { border-color: #FEDD1B; }
span { border-color: rgb(254,221,27); }
td.TdClassName
{
border-color: #FEDD1B;
}
.TagClassName
{
border-color: #FEDD1B;
}
</style>