Shades of Lemon #FDF40B
Tints of Lemon #FDF40B
RGB
CMYK
RGB Variations
Color information
#FDF40B (or 0xFDF40B) is known color: Lemon. HEX triplet: FD, F4 and 0B. RGB value is (253,244,11). Sum of RGB (Red+Green+Blue) = 253+244+11=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 244 (95.70% from 255 or 48.03% from 508); Blue value is 11 (4.69% from 255 or 2.17% from 508); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF40B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF40B is #020BF4. Grayscale: #DDDDDD. Windows color (decimal): -134133 or 783613. OLE color: 783613.
HSL color Cylindrical-coordinate representation of color #FDF40B: hue angle of 57.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDF40B is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 244 | 11 | - |
| CMYK | 0 | 0.04 | 0.96 | 0.01 |
| HSL | 57.77º | 0.98% | 0.52% | - |
| HSV(B) | 57.77º | 0.96% | 0.99% | - |
| XYZ | 72.92 | 85.61 | 13 | - |
| YUV | 220.13 | 9.98 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 244 | 11 | 0 | 0.04 | 0.96 | 0.01 | 57.77 | 0.98 | 0.52 |
| Hex | FD | F4 | B | 0 | 4 | 60 | 1 | 3A | 62 | 34 |
| Octal | 375 | 364 | 13 | 0 | 4 | 140 | 1 | 72 | 142 | 64 |
| Binary | 11111101 | 11110100 | 1011 | 0 | 100 | 1100000 | 1 | 111010 | 1100010 | 110100 |
Color Harmonies of #FDF40B
Complementary color
Monochromatic Colors of #FDF40B
Black with #FDF40B
Text Example
Text Example
White with #FDF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF40B; }
p { color: rgb(253,244,11); }
H1.HeaderClassName
{
color: #FDF40B;
}
.AnyTagClassName
{
color: #FDF40B;
}
</style>
background-color css
<style>
a { background-color: #FDF40B; }
a { background-color: rgb(253,244,11); }
div.DivClassName
{
background-color: #FDF40B;
}
.BgClassName
{
background-color: #FDF40B;
}
</style>
border-color css
<style>
span { border-color: #FDF40B; }
span { border-color: rgb(253,244,11); }
td.TdClassName
{
border-color: #FDF40B;
}
.TagClassName
{
border-color: #FDF40B;
}
</style>