Shades of Lemon #FDF207
Tints of Lemon #FDF207
RGB
CMYK
RGB Variations
Color information
#FDF207 (or 0xFDF207) is known color: Lemon. HEX triplet: FD, F2 and 07. RGB value is (253,242,7). Sum of RGB (Red+Green+Blue) = 253+242+7=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 242 (94.92% from 255 or 48.21% from 502); Blue value is 7 (3.12% from 255 or 1.39% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF207 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF207 is #020DF8. Grayscale: #DBDBDB. Windows color (decimal): -134649 or 520957. OLE color: 520957.
HSL color Cylindrical-coordinate representation of color #FDF207: hue angle of 57.32º 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 #FDF207 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 242 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.01 |
| HSL | 57.32º | 0.98% | 0.51% | - |
| HSV(B) | 57.32º | 0.97% | 0.99% | - |
| XYZ | 72.3 | 84.4 | 12.68 | - |
| YUV | 218.5 | 8.64 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 242 | 7 | 0 | 0.04 | 0.97 | 0.01 | 57.32 | 0.98 | 0.51 |
| Hex | FD | F2 | 7 | 0 | 4 | 61 | 1 | 39 | 62 | 33 |
| Octal | 375 | 362 | 7 | 0 | 4 | 141 | 1 | 71 | 142 | 63 |
| Binary | 11111101 | 11110010 | 111 | 0 | 100 | 1100001 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FDF207
Complementary color
Monochromatic Colors of #FDF207
Black with #FDF207
Text Example
Text Example
White with #FDF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF207; }
p { color: rgb(253,242,7); }
H1.HeaderClassName
{
color: #FDF207;
}
.AnyTagClassName
{
color: #FDF207;
}
</style>
background-color css
<style>
a { background-color: #FDF207; }
a { background-color: rgb(253,242,7); }
div.DivClassName
{
background-color: #FDF207;
}
.BgClassName
{
background-color: #FDF207;
}
</style>
border-color css
<style>
span { border-color: #FDF207; }
span { border-color: rgb(253,242,7); }
td.TdClassName
{
border-color: #FDF207;
}
.TagClassName
{
border-color: #FDF207;
}
</style>