Shades of Lemon #FDF109
Tints of Lemon #FDF109
RGB
CMYK
RGB Variations
Color information
#FDF109 (or 0xFDF109) is known color: Lemon. HEX triplet: FD, F1 and 09. RGB value is (253,241,9). Sum of RGB (Red+Green+Blue) = 253+241+9=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 9 (3.91% from 255 or 1.79% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF109 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF109 is #020EF6. Grayscale: #DBDBDB. Windows color (decimal): -134903 or 651773. OLE color: 651773.
HSL color Cylindrical-coordinate representation of color #FDF109: hue angle of 57.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDF109 is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 9 | - |
| CMYK | 0 | 0.05 | 0.96 | 0.01 |
| HSL | 57.05º | 0.98% | 0.51% | - |
| HSV(B) | 57.05º | 0.96% | 0.99% | - |
| XYZ | 72.01 | 83.81 | 12.64 | - |
| YUV | 218.14 | 9.98 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 9 | 0 | 0.05 | 0.96 | 0.01 | 57.05 | 0.98 | 0.51 |
| Hex | FD | F1 | 9 | 0 | 5 | 60 | 1 | 39 | 62 | 33 |
| Octal | 375 | 361 | 11 | 0 | 5 | 140 | 1 | 71 | 142 | 63 |
| Binary | 11111101 | 11110001 | 1001 | 0 | 101 | 1100000 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FDF109
Complementary color
Monochromatic Colors of #FDF109
Black with #FDF109
Text Example
Text Example
White with #FDF109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF109; }
p { color: rgb(253,241,9); }
H1.HeaderClassName
{
color: #FDF109;
}
.AnyTagClassName
{
color: #FDF109;
}
</style>
background-color css
<style>
a { background-color: #FDF109; }
a { background-color: rgb(253,241,9); }
div.DivClassName
{
background-color: #FDF109;
}
.BgClassName
{
background-color: #FDF109;
}
</style>
border-color css
<style>
span { border-color: #FDF109; }
span { border-color: rgb(253,241,9); }
td.TdClassName
{
border-color: #FDF109;
}
.TagClassName
{
border-color: #FDF109;
}
</style>