Shades of Lemon #FDEB1F
Tints of Lemon #FDEB1F
RGB
CMYK
RGB Variations
Color information
#FDEB1F (or 0xFDEB1F) is known color: Lemon. HEX triplet: FD, EB and 1F. RGB value is (253,235,31). Sum of RGB (Red+Green+Blue) = 253+235+31=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 31 (12.5% from 255 or 5.97% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB1F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDEB1F is #0214E0. Grayscale: #D9D9D9. Windows color (decimal): -136417 or 2092029. OLE color: 2092029.
HSL color Cylindrical-coordinate representation of color #FDEB1F: hue angle of 55.14º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDEB1F is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 31 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.01 |
| HSL | 55.14º | 0.98% | 0.56% | - |
| HSV(B) | 55.14º | 0.88% | 0.99% | - |
| XYZ | 70.46 | 80.4 | 13.1 | - |
| YUV | 217.13 | 22.96 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 31 | 0 | 0.07 | 0.88 | 0.01 | 55.14 | 0.98 | 0.56 |
| Hex | FD | EB | 1F | 0 | 7 | 58 | 1 | 37 | 62 | 38 |
| Octal | 375 | 353 | 37 | 0 | 7 | 130 | 1 | 67 | 142 | 70 |
| Binary | 11111101 | 11101011 | 11111 | 0 | 111 | 1011000 | 1 | 110111 | 1100010 | 111000 |
Color Harmonies of #FDEB1F
Complementary color
Monochromatic Colors of #FDEB1F
Black with #FDEB1F
Text Example
Text Example
White with #FDEB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB1F; }
p { color: rgb(253,235,31); }
H1.HeaderClassName
{
color: #FDEB1F;
}
.AnyTagClassName
{
color: #FDEB1F;
}
</style>
background-color css
<style>
a { background-color: #FDEB1F; }
a { background-color: rgb(253,235,31); }
div.DivClassName
{
background-color: #FDEB1F;
}
.BgClassName
{
background-color: #FDEB1F;
}
</style>
border-color css
<style>
span { border-color: #FDEB1F; }
span { border-color: rgb(253,235,31); }
td.TdClassName
{
border-color: #FDEB1F;
}
.TagClassName
{
border-color: #FDEB1F;
}
</style>