Shades of Lemon #FDE31C
Tints of Lemon #FDE31C
RGB
CMYK
RGB Variations
Color information
#FDE31C (or 0xFDE31C) is known color: Lemon. HEX triplet: FD, E3 and 1C. RGB value is (253,227,28). Sum of RGB (Red+Green+Blue) = 253+227+28=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 227 (89.06% from 255 or 44.69% from 508); Blue value is 28 (11.33% from 255 or 5.51% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDE31C is #021CE3. Grayscale: #D4D4D4. Windows color (decimal): -138468 or 1893373. OLE color: 1893373.
HSL color Cylindrical-coordinate representation of color #FDE31C: hue angle of 53.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FDE31C is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 28 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.01 |
| HSL | 53.07º | 0.98% | 0.55% | - |
| HSV(B) | 53.07º | 0.89% | 0.99% | - |
| XYZ | 68.19 | 75.9 | 12.16 | - |
| YUV | 212.09 | 24.11 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 28 | 0 | 0.10 | 0.89 | 0.01 | 53.07 | 0.98 | 0.55 |
| Hex | FD | E3 | 1C | 0 | A | 59 | 1 | 35 | 62 | 37 |
| Octal | 375 | 343 | 34 | 0 | 12 | 131 | 1 | 65 | 142 | 67 |
| Binary | 11111101 | 11100011 | 11100 | 0 | 1010 | 1011001 | 1 | 110101 | 1100010 | 110111 |
Color Harmonies of #FDE31C
Complementary color
Monochromatic Colors of #FDE31C
Black with #FDE31C
Text Example
Text Example
White with #FDE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE31C; }
p { color: rgb(253,227,28); }
H1.HeaderClassName
{
color: #FDE31C;
}
.AnyTagClassName
{
color: #FDE31C;
}
</style>
background-color css
<style>
a { background-color: #FDE31C; }
a { background-color: rgb(253,227,28); }
div.DivClassName
{
background-color: #FDE31C;
}
.BgClassName
{
background-color: #FDE31C;
}
</style>
border-color css
<style>
span { border-color: #FDE31C; }
span { border-color: rgb(253,227,28); }
td.TdClassName
{
border-color: #FDE31C;
}
.TagClassName
{
border-color: #FDE31C;
}
</style>