Shades of Lemon #FDE623
Tints of Lemon #FDE623
RGB
CMYK
RGB Variations
Color information
#FDE623 (or 0xFDE623) is known color: Lemon. HEX triplet: FD, E6 and 23. RGB value is (253,230,35). Sum of RGB (Red+Green+Blue) = 253+230+35=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 35 (14.06% from 255 or 6.76% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE623 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE623 is #0219DC. Grayscale: #D7D7D7. Windows color (decimal): -137693 or 2352893. OLE color: 2352893.
HSL color Cylindrical-coordinate representation of color #FDE623: hue angle of 53.67º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDE623 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 35 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.01 |
| HSL | 53.67º | 0.98% | 0.56% | - |
| HSV(B) | 53.67º | 0.86% | 0.99% | - |
| XYZ | 69.11 | 77.6 | 12.93 | - |
| YUV | 214.65 | 26.62 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 35 | 0 | 0.09 | 0.86 | 0.01 | 53.67 | 0.98 | 0.56 |
| Hex | FD | E6 | 23 | 0 | 9 | 56 | 1 | 36 | 62 | 38 |
| Octal | 375 | 346 | 43 | 0 | 11 | 126 | 1 | 66 | 142 | 70 |
| Binary | 11111101 | 11100110 | 100011 | 0 | 1001 | 1010110 | 1 | 110110 | 1100010 | 111000 |
Color Harmonies of #FDE623
Complementary color
Monochromatic Colors of #FDE623
Black with #FDE623
Text Example
Text Example
White with #FDE623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE623; }
p { color: rgb(253,230,35); }
H1.HeaderClassName
{
color: #FDE623;
}
.AnyTagClassName
{
color: #FDE623;
}
</style>
background-color css
<style>
a { background-color: #FDE623; }
a { background-color: rgb(253,230,35); }
div.DivClassName
{
background-color: #FDE623;
}
.BgClassName
{
background-color: #FDE623;
}
</style>
border-color css
<style>
span { border-color: #FDE623; }
span { border-color: rgb(253,230,35); }
td.TdClassName
{
border-color: #FDE623;
}
.TagClassName
{
border-color: #FDE623;
}
</style>