Shades of Lemon #FDF40C
Tints of Lemon #FDF40C
RGB
CMYK
RGB Variations
Color information
#FDF40C (or 0xFDF40C) is known color: Lemon. HEX triplet: FD, F4 and 0C. RGB value is (253,244,12). Sum of RGB (Red+Green+Blue) = 253+244+12=509 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.71% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 12 (5.08% from 255 or 2.36% from 509); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF40C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF40C is #020BF3. Grayscale: #DDDDDD. Windows color (decimal): -134132 or 849149. OLE color: 849149.
HSL color Cylindrical-coordinate representation of color #FDF40C: hue angle of 57.76º 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 #FDF40C is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 12 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.01 |
| HSL | 57.76º | 0.98% | 0.52% | - |
| HSV(B) | 57.76º | 0.95% | 0.99% | - |
| XYZ | 72.93 | 85.61 | 13.03 | - |
| YUV | 220.24 | 10.48 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 12 | 0 | 0.04 | 0.95 | 0.01 | 57.76 | 0.98 | 0.52 |
| Hex | FD | F4 | C | 0 | 4 | 5F | 1 | 3A | 62 | 34 |
| Octal | 375 | 364 | 14 | 0 | 4 | 137 | 1 | 72 | 142 | 64 |
| Binary | 11111101 | 11110100 | 1100 | 0 | 100 | 1011111 | 1 | 111010 | 1100010 | 110100 |
Color Harmonies of #FDF40C
Complementary color
Monochromatic Colors of #FDF40C
Black with #FDF40C
Text Example
Text Example
White with #FDF40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF40C; }
p { color: rgb(253,244,12); }
H1.HeaderClassName
{
color: #FDF40C;
}
.AnyTagClassName
{
color: #FDF40C;
}
</style>
background-color css
<style>
a { background-color: #FDF40C; }
a { background-color: rgb(253,244,12); }
div.DivClassName
{
background-color: #FDF40C;
}
.BgClassName
{
background-color: #FDF40C;
}
</style>
border-color css
<style>
span { border-color: #FDF40C; }
span { border-color: rgb(253,244,12); }
td.TdClassName
{
border-color: #FDF40C;
}
.TagClassName
{
border-color: #FDF40C;
}
</style>