Shades of Lemon #FDE322
Tints of Lemon #FDE322
RGB
CMYK
RGB Variations
Color information
#FDE322 (or 0xFDE322) is known color: Lemon. HEX triplet: FD, E3 and 22. RGB value is (253,227,34). Sum of RGB (Red+Green+Blue) = 253+227+34=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 34 (13.67% from 255 or 6.61% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE322 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE322 is #021CDD. Grayscale: #D5D5D5. Windows color (decimal): -138462 or 2286589. OLE color: 2286589.
HSL color Cylindrical-coordinate representation of color #FDE322: hue angle of 52.88º 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 #FDE322 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 34 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.01 |
| HSL | 52.88º | 0.98% | 0.56% | - |
| HSV(B) | 52.88º | 0.87% | 0.99% | - |
| XYZ | 68.27 | 75.94 | 12.57 | - |
| YUV | 212.77 | 27.11 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 34 | 0 | 0.10 | 0.87 | 0.01 | 52.88 | 0.98 | 0.56 |
| Hex | FD | E3 | 22 | 0 | A | 57 | 1 | 35 | 62 | 38 |
| Octal | 375 | 343 | 42 | 0 | 12 | 127 | 1 | 65 | 142 | 70 |
| Binary | 11111101 | 11100011 | 100010 | 0 | 1010 | 1010111 | 1 | 110101 | 1100010 | 111000 |
Color Harmonies of #FDE322
Complementary color
Monochromatic Colors of #FDE322
Black with #FDE322
Text Example
Text Example
White with #FDE322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE322; }
p { color: rgb(253,227,34); }
H1.HeaderClassName
{
color: #FDE322;
}
.AnyTagClassName
{
color: #FDE322;
}
</style>
background-color css
<style>
a { background-color: #FDE322; }
a { background-color: rgb(253,227,34); }
div.DivClassName
{
background-color: #FDE322;
}
.BgClassName
{
background-color: #FDE322;
}
</style>
border-color css
<style>
span { border-color: #FDE322; }
span { border-color: rgb(253,227,34); }
td.TdClassName
{
border-color: #FDE322;
}
.TagClassName
{
border-color: #FDE322;
}
</style>