Shades of Lemon #F8FD1D
Tints of Lemon #F8FD1D
RGB
CMYK
RGB Variations
Color information
#F8FD1D (or 0xF8FD1D) is known color: Lemon. HEX triplet: F8, FD and 1D. RGB value is (248,253,29). Sum of RGB (Red+Green+Blue) = 248+253+29=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 29 (11.72% from 255 or 5.47% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FD1D is #0702E2. Grayscale: #E2E2E2. Windows color (decimal): -459491 or 1965560. OLE color: 1965560.
HSL color Cylindrical-coordinate representation of color #F8FD1D: hue angle of 61.34º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F8FD1D is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 29 | - |
| CMYK | 0.02 | 0 | 0.89 | 0.01 |
| HSL | 61.34º | 0.98% | 0.55% | - |
| HSV(B) | 61.34º | 0.89% | 0.99% | - |
| XYZ | 74.06 | 90.3 | 14.69 | - |
| YUV | 225.97 | 16.84 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 29 | 0.02 | 0 | 0.89 | 0.01 | 61.34 | 0.98 | 0.55 |
| Hex | F8 | FD | 1D | 2 | 0 | 59 | 1 | 3D | 62 | 37 |
| Octal | 370 | 375 | 35 | 2 | 0 | 131 | 1 | 75 | 142 | 67 |
| Binary | 11111000 | 11111101 | 11101 | 10 | 0 | 1011001 | 1 | 111101 | 1100010 | 110111 |
Color Harmonies of #F8FD1D
Complementary color
Monochromatic Colors of #F8FD1D
Black with #F8FD1D
Text Example
Text Example
White with #F8FD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FD1D; }
p { color: rgb(248,253,29); }
H1.HeaderClassName
{
color: #F8FD1D;
}
.AnyTagClassName
{
color: #F8FD1D;
}
</style>
background-color css
<style>
a { background-color: #F8FD1D; }
a { background-color: rgb(248,253,29); }
div.DivClassName
{
background-color: #F8FD1D;
}
.BgClassName
{
background-color: #F8FD1D;
}
</style>
border-color css
<style>
span { border-color: #F8FD1D; }
span { border-color: rgb(248,253,29); }
td.TdClassName
{
border-color: #F8FD1D;
}
.TagClassName
{
border-color: #F8FD1D;
}
</style>