Shades of Lemon #FDF71A
Tints of Lemon #FDF71A
RGB
CMYK
RGB Variations
Color information
#FDF71A (or 0xFDF71A) is known color: Lemon. HEX triplet: FD, F7 and 1A. RGB value is (253,247,26). Sum of RGB (Red+Green+Blue) = 253+247+26=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 26 (10.55% from 255 or 4.94% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF71A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF71A is #0208E5. Grayscale: #E0E0E0. Windows color (decimal): -133350 or 1767421. OLE color: 1767421.
HSL color Cylindrical-coordinate representation of color #FDF71A: hue angle of 58.41º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FDF71A is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 247 | 26 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.01 |
| HSL | 58.41º | 0.98% | 0.55% | - |
| HSV(B) | 58.41º | 0.9% | 0.99% | - |
| XYZ | 73.96 | 87.48 | 13.96 | - |
| YUV | 223.6 | 16.49 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 247 | 26 | 0 | 0.02 | 0.90 | 0.01 | 58.41 | 0.98 | 0.55 |
| Hex | FD | F7 | 1A | 0 | 2 | 5A | 1 | 3A | 62 | 37 |
| Octal | 375 | 367 | 32 | 0 | 2 | 132 | 1 | 72 | 142 | 67 |
| Binary | 11111101 | 11110111 | 11010 | 0 | 10 | 1011010 | 1 | 111010 | 1100010 | 110111 |
Color Harmonies of #FDF71A
Complementary color
Monochromatic Colors of #FDF71A
Black with #FDF71A
Text Example
Text Example
White with #FDF71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF71A; }
p { color: rgb(253,247,26); }
H1.HeaderClassName
{
color: #FDF71A;
}
.AnyTagClassName
{
color: #FDF71A;
}
</style>
background-color css
<style>
a { background-color: #FDF71A; }
a { background-color: rgb(253,247,26); }
div.DivClassName
{
background-color: #FDF71A;
}
.BgClassName
{
background-color: #FDF71A;
}
</style>
border-color css
<style>
span { border-color: #FDF71A; }
span { border-color: rgb(253,247,26); }
td.TdClassName
{
border-color: #FDF71A;
}
.TagClassName
{
border-color: #FDF71A;
}
</style>