Shades of Lemon #FDE620
Tints of Lemon #FDE620
RGB
CMYK
RGB Variations
Color information
#FDE620 (or 0xFDE620) is known color: Lemon. HEX triplet: FD, E6 and 20. RGB value is (253,230,32). Sum of RGB (Red+Green+Blue) = 253+230+32=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 230 (90.23% from 255 or 44.66% from 515); Blue value is 32 (12.89% from 255 or 6.21% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE620 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE620 is #0219DF. Grayscale: #D7D7D7. Windows color (decimal): -137696 or 2156285. OLE color: 2156285.
HSL color Cylindrical-coordinate representation of color #FDE620: hue angle of 53.76º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FDE620 is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 32 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.01 |
| HSL | 53.76º | 0.98% | 0.56% | - |
| HSV(B) | 53.76º | 0.87% | 0.99% | - |
| XYZ | 69.07 | 77.58 | 12.7 | - |
| YUV | 214.31 | 25.12 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 32 | 0 | 0.09 | 0.87 | 0.01 | 53.76 | 0.98 | 0.56 |
| Hex | FD | E6 | 20 | 0 | 9 | 57 | 1 | 36 | 62 | 38 |
| Octal | 375 | 346 | 40 | 0 | 11 | 127 | 1 | 66 | 142 | 70 |
| Binary | 11111101 | 11100110 | 100000 | 0 | 1001 | 1010111 | 1 | 110110 | 1100010 | 111000 |
Color Harmonies of #FDE620
Complementary color
Monochromatic Colors of #FDE620
Black with #FDE620
Text Example
Text Example
White with #FDE620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE620; }
p { color: rgb(253,230,32); }
H1.HeaderClassName
{
color: #FDE620;
}
.AnyTagClassName
{
color: #FDE620;
}
</style>
background-color css
<style>
a { background-color: #FDE620; }
a { background-color: rgb(253,230,32); }
div.DivClassName
{
background-color: #FDE620;
}
.BgClassName
{
background-color: #FDE620;
}
</style>
border-color css
<style>
span { border-color: #FDE620; }
span { border-color: rgb(253,230,32); }
td.TdClassName
{
border-color: #FDE620;
}
.TagClassName
{
border-color: #FDE620;
}
</style>