Shades of Lemon #FDF71F
Tints of Lemon #FDF71F
RGB
CMYK
RGB Variations
Color information
#FDF71F (or 0xFDF71F) is known color: Lemon. HEX triplet: FD, F7 and 1F. RGB value is (253,247,31). Sum of RGB (Red+Green+Blue) = 253+247+31=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 31 (12.5% from 255 or 5.84% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF71F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF71F is #0208E0. Grayscale: #E1E1E1. Windows color (decimal): -133345 or 2095101. OLE color: 2095101.
HSL color Cylindrical-coordinate representation of color #FDF71F: hue angle of 58.38º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDF71F is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 31 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.01 |
| HSL | 58.38º | 0.98% | 0.56% | - |
| HSV(B) | 58.38º | 0.88% | 0.99% | - |
| XYZ | 74.02 | 87.5 | 14.29 | - |
| YUV | 224.17 | 18.99 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 31 | 0 | 0.02 | 0.88 | 0.01 | 58.38 | 0.98 | 0.56 |
| Hex | FD | F7 | 1F | 0 | 2 | 58 | 1 | 3A | 62 | 38 |
| Octal | 375 | 367 | 37 | 0 | 2 | 130 | 1 | 72 | 142 | 70 |
| Binary | 11111101 | 11110111 | 11111 | 0 | 10 | 1011000 | 1 | 111010 | 1100010 | 111000 |
Color Harmonies of #FDF71F
Complementary color
Monochromatic Colors of #FDF71F
Black with #FDF71F
Text Example
Text Example
White with #FDF71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF71F; }
p { color: rgb(253,247,31); }
H1.HeaderClassName
{
color: #FDF71F;
}
.AnyTagClassName
{
color: #FDF71F;
}
</style>
background-color css
<style>
a { background-color: #FDF71F; }
a { background-color: rgb(253,247,31); }
div.DivClassName
{
background-color: #FDF71F;
}
.BgClassName
{
background-color: #FDF71F;
}
</style>
border-color css
<style>
span { border-color: #FDF71F; }
span { border-color: rgb(253,247,31); }
td.TdClassName
{
border-color: #FDF71F;
}
.TagClassName
{
border-color: #FDF71F;
}
</style>