Shades of Lemon #FDF007
Tints of Lemon #FDF007
RGB
CMYK
RGB Variations
Color information
#FDF007 (or 0xFDF007) is known color: Lemon. HEX triplet: FD, F0 and 07. RGB value is (253,240,7). Sum of RGB (Red+Green+Blue) = 253+240+7=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 7 (3.12% from 255 or 1.4% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF007 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF007 is #020FF8. Grayscale: #DADADA. Windows color (decimal): -135161 or 520445. OLE color: 520445.
HSL color Cylindrical-coordinate representation of color #FDF007: hue angle of 56.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FDF007 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 240 | 7 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.01 |
| HSL | 56.83º | 0.98% | 0.51% | - |
| HSV(B) | 56.83º | 0.97% | 0.99% | - |
| XYZ | 71.71 | 83.22 | 12.48 | - |
| YUV | 217.33 | 9.31 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 240 | 7 | 0 | 0.05 | 0.97 | 0.01 | 56.83 | 0.98 | 0.51 |
| Hex | FD | F0 | 7 | 0 | 5 | 61 | 1 | 39 | 62 | 33 |
| Octal | 375 | 360 | 7 | 0 | 5 | 141 | 1 | 71 | 142 | 63 |
| Binary | 11111101 | 11110000 | 111 | 0 | 101 | 1100001 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FDF007
Complementary color
Monochromatic Colors of #FDF007
Black with #FDF007
Text Example
Text Example
White with #FDF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF007; }
p { color: rgb(253,240,7); }
H1.HeaderClassName
{
color: #FDF007;
}
.AnyTagClassName
{
color: #FDF007;
}
</style>
background-color css
<style>
a { background-color: #FDF007; }
a { background-color: rgb(253,240,7); }
div.DivClassName
{
background-color: #FDF007;
}
.BgClassName
{
background-color: #FDF007;
}
</style>
border-color css
<style>
span { border-color: #FDF007; }
span { border-color: rgb(253,240,7); }
td.TdClassName
{
border-color: #FDF007;
}
.TagClassName
{
border-color: #FDF007;
}
</style>