Shades of Lemon #FDF80F
Tints of Lemon #FDF80F
RGB
CMYK
RGB Variations
Color information
#FDF80F (or 0xFDF80F) is known color: Lemon. HEX triplet: FD, F8 and 0F. RGB value is (253,248,15). Sum of RGB (Red+Green+Blue) = 253+248+15=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 15 (6.25% from 255 or 2.91% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF80F is #0207F0. Grayscale: #DFDFDF. Windows color (decimal): -133105 or 1046781. OLE color: 1046781.
HSL color Cylindrical-coordinate representation of color #FDF80F: hue angle of 58.74º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDF80F is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 248 | 15 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.01 |
| HSL | 58.74º | 0.98% | 0.53% | - |
| HSV(B) | 58.74º | 0.94% | 0.99% | - |
| XYZ | 74.16 | 88.05 | 13.54 | - |
| YUV | 222.93 | 10.66 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 248 | 15 | 0 | 0.02 | 0.94 | 0.01 | 58.74 | 0.98 | 0.53 |
| Hex | FD | F8 | F | 0 | 2 | 5E | 1 | 3B | 62 | 35 |
| Octal | 375 | 370 | 17 | 0 | 2 | 136 | 1 | 73 | 142 | 65 |
| Binary | 11111101 | 11111000 | 1111 | 0 | 10 | 1011110 | 1 | 111011 | 1100010 | 110101 |
Color Harmonies of #FDF80F
Complementary color
Monochromatic Colors of #FDF80F
Black with #FDF80F
Text Example
Text Example
White with #FDF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF80F; }
p { color: rgb(253,248,15); }
H1.HeaderClassName
{
color: #FDF80F;
}
.AnyTagClassName
{
color: #FDF80F;
}
</style>
background-color css
<style>
a { background-color: #FDF80F; }
a { background-color: rgb(253,248,15); }
div.DivClassName
{
background-color: #FDF80F;
}
.BgClassName
{
background-color: #FDF80F;
}
</style>
border-color css
<style>
span { border-color: #FDF80F; }
span { border-color: rgb(253,248,15); }
td.TdClassName
{
border-color: #FDF80F;
}
.TagClassName
{
border-color: #FDF80F;
}
</style>