Shades of Lemon #FDE50C
Tints of Lemon #FDE50C
RGB
CMYK
RGB Variations
Color information
#FDE50C (or 0xFDE50C) is known color: Lemon. HEX triplet: FD, E5 and 0C. RGB value is (253,229,12). Sum of RGB (Red+Green+Blue) = 253+229+12=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 229 (89.84% from 255 or 46.36% from 494); Blue value is 12 (5.08% from 255 or 2.43% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE50C is #021AF3. Grayscale: #D4D4D4. Windows color (decimal): -137972 or 845309. OLE color: 845309.
HSL color Cylindrical-coordinate representation of color #FDE50C: hue angle of 54.02º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDE50C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.01 |
| HSL | 54.02º | 0.98% | 0.52% | - |
| HSV(B) | 54.02º | 0.95% | 0.99% | - |
| XYZ | 68.59 | 76.95 | 11.58 | - |
| YUV | 211.44 | 15.45 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 12 | 0 | 0.09 | 0.95 | 0.01 | 54.02 | 0.98 | 0.52 |
| Hex | FD | E5 | C | 0 | 9 | 5F | 1 | 36 | 62 | 34 |
| Octal | 375 | 345 | 14 | 0 | 11 | 137 | 1 | 66 | 142 | 64 |
| Binary | 11111101 | 11100101 | 1100 | 0 | 1001 | 1011111 | 1 | 110110 | 1100010 | 110100 |
Color Harmonies of #FDE50C
Complementary color
Monochromatic Colors of #FDE50C
Black with #FDE50C
Text Example
Text Example
White with #FDE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE50C; }
p { color: rgb(253,229,12); }
H1.HeaderClassName
{
color: #FDE50C;
}
.AnyTagClassName
{
color: #FDE50C;
}
</style>
background-color css
<style>
a { background-color: #FDE50C; }
a { background-color: rgb(253,229,12); }
div.DivClassName
{
background-color: #FDE50C;
}
.BgClassName
{
background-color: #FDE50C;
}
</style>
border-color css
<style>
span { border-color: #FDE50C; }
span { border-color: rgb(253,229,12); }
td.TdClassName
{
border-color: #FDE50C;
}
.TagClassName
{
border-color: #FDE50C;
}
</style>