Shades of Lemon #FDF70E
Tints of Lemon #FDF70E
RGB
CMYK
RGB Variations
Color information
#FDF70E (or 0xFDF70E) is known color: Lemon. HEX triplet: FD, F7 and 0E. RGB value is (253,247,14). Sum of RGB (Red+Green+Blue) = 253+247+14=514 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.22% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 14 (5.86% from 255 or 2.72% from 514); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF70E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF70E is #0208F1. Grayscale: #DFDFDF. Windows color (decimal): -133362 or 980989. OLE color: 980989.
HSL color Cylindrical-coordinate representation of color #FDF70E: hue angle of 58.49º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDF70E is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 14 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.01 |
| HSL | 58.49º | 0.98% | 0.52% | - |
| HSV(B) | 58.49º | 0.94% | 0.99% | - |
| XYZ | 73.85 | 87.44 | 13.4 | - |
| YUV | 222.23 | 10.49 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 14 | 0 | 0.02 | 0.94 | 0.01 | 58.49 | 0.98 | 0.52 |
| Hex | FD | F7 | E | 0 | 2 | 5E | 1 | 3A | 62 | 34 |
| Octal | 375 | 367 | 16 | 0 | 2 | 136 | 1 | 72 | 142 | 64 |
| Binary | 11111101 | 11110111 | 1110 | 0 | 10 | 1011110 | 1 | 111010 | 1100010 | 110100 |
Color Harmonies of #FDF70E
Complementary color
Monochromatic Colors of #FDF70E
Black with #FDF70E
Text Example
Text Example
White with #FDF70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF70E; }
p { color: rgb(253,247,14); }
H1.HeaderClassName
{
color: #FDF70E;
}
.AnyTagClassName
{
color: #FDF70E;
}
</style>
background-color css
<style>
a { background-color: #FDF70E; }
a { background-color: rgb(253,247,14); }
div.DivClassName
{
background-color: #FDF70E;
}
.BgClassName
{
background-color: #FDF70E;
}
</style>
border-color css
<style>
span { border-color: #FDF70E; }
span { border-color: rgb(253,247,14); }
td.TdClassName
{
border-color: #FDF70E;
}
.TagClassName
{
border-color: #FDF70E;
}
</style>