Shades of Lemon #FDF105
Tints of Lemon #FDF105
RGB
CMYK
RGB Variations
Color information
#FDF105 (or 0xFDF105) is known color: Lemon. HEX triplet: FD, F1 and 05. RGB value is (253,241,5). Sum of RGB (Red+Green+Blue) = 253+241+5=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 5 (2.34% from 255 or 1.00% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF105 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF105 is #020EFA. Grayscale: #DADADA. Windows color (decimal): -134907 or 389629. OLE color: 389629.
HSL color Cylindrical-coordinate representation of color #FDF105: hue angle of 57.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDF105 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 241 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.01 |
| HSL | 57.1º | 0.98% | 0.51% | - |
| HSV(B) | 57.1º | 0.98% | 0.99% | - |
| XYZ | 71.99 | 83.8 | 12.53 | - |
| YUV | 217.68 | 7.98 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 241 | 5 | 0 | 0.05 | 0.98 | 0.01 | 57.1 | 0.98 | 0.51 |
| Hex | FD | F1 | 5 | 0 | 5 | 62 | 1 | 39 | 62 | 33 |
| Octal | 375 | 361 | 5 | 0 | 5 | 142 | 1 | 71 | 142 | 63 |
| Binary | 11111101 | 11110001 | 101 | 0 | 101 | 1100010 | 1 | 111001 | 1100010 | 110011 |
Color Harmonies of #FDF105
Complementary color
Monochromatic Colors of #FDF105
Black with #FDF105
Text Example
Text Example
White with #FDF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF105; }
p { color: rgb(253,241,5); }
H1.HeaderClassName
{
color: #FDF105;
}
.AnyTagClassName
{
color: #FDF105;
}
</style>
background-color css
<style>
a { background-color: #FDF105; }
a { background-color: rgb(253,241,5); }
div.DivClassName
{
background-color: #FDF105;
}
.BgClassName
{
background-color: #FDF105;
}
</style>
border-color css
<style>
span { border-color: #FDF105; }
span { border-color: rgb(253,241,5); }
td.TdClassName
{
border-color: #FDF105;
}
.TagClassName
{
border-color: #FDF105;
}
</style>