Shades of Lemon #FDF41D
Tints of Lemon #FDF41D
RGB
CMYK
RGB Variations
Color information
#FDF41D (or 0xFDF41D) is known color: Lemon. HEX triplet: FD, F4 and 1D. RGB value is (253,244,29). Sum of RGB (Red+Green+Blue) = 253+244+29=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 29 (11.72% from 255 or 5.51% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF41D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF41D is #020BE2. Grayscale: #DFDFDF. Windows color (decimal): -134115 or 1963261. OLE color: 1963261.
HSL color Cylindrical-coordinate representation of color #FDF41D: hue angle of 57.59º 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 #FDF41D is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 29 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.01 |
| HSL | 57.59º | 0.98% | 0.55% | - |
| HSV(B) | 57.59º | 0.89% | 0.99% | - |
| XYZ | 73.08 | 85.67 | 13.85 | - |
| YUV | 222.18 | 18.98 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 29 | 0 | 0.04 | 0.89 | 0.01 | 57.59 | 0.98 | 0.55 |
| Hex | FD | F4 | 1D | 0 | 4 | 59 | 1 | 3A | 62 | 37 |
| Octal | 375 | 364 | 35 | 0 | 4 | 131 | 1 | 72 | 142 | 67 |
| Binary | 11111101 | 11110100 | 11101 | 0 | 100 | 1011001 | 1 | 111010 | 1100010 | 110111 |
Color Harmonies of #FDF41D
Complementary color
Monochromatic Colors of #FDF41D
Black with #FDF41D
Text Example
Text Example
White with #FDF41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF41D; }
p { color: rgb(253,244,29); }
H1.HeaderClassName
{
color: #FDF41D;
}
.AnyTagClassName
{
color: #FDF41D;
}
</style>
background-color css
<style>
a { background-color: #FDF41D; }
a { background-color: rgb(253,244,29); }
div.DivClassName
{
background-color: #FDF41D;
}
.BgClassName
{
background-color: #FDF41D;
}
</style>
border-color css
<style>
span { border-color: #FDF41D; }
span { border-color: rgb(253,244,29); }
td.TdClassName
{
border-color: #FDF41D;
}
.TagClassName
{
border-color: #FDF41D;
}
</style>