Shades of Lemon #F8FD1A
Tints of Lemon #F8FD1A
RGB
CMYK
RGB Variations
Color information
#F8FD1A (or 0xF8FD1A) is known color: Lemon. HEX triplet: F8, FD and 1A. RGB value is (248,253,26). Sum of RGB (Red+Green+Blue) = 248+253+26=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 253 (99.22% from 255 or 48.01% from 527); Blue value is 26 (10.55% from 255 or 4.93% from 527); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FD1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FD1A is #0702E5. Grayscale: #E2E2E2. Windows color (decimal): -459494 or 1768952. OLE color: 1768952.
HSL color Cylindrical-coordinate representation of color #F8FD1A: hue angle of 61.32º 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 #F8FD1A is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 253 | 26 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.01 |
| HSL | 61.32º | 0.98% | 0.55% | - |
| HSV(B) | 61.32º | 0.9% | 0.99% | - |
| XYZ | 74.02 | 90.28 | 14.5 | - |
| YUV | 225.63 | 15.34 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 253 | 26 | 0.02 | 0 | 0.90 | 0.01 | 61.32 | 0.98 | 0.55 |
| Hex | F8 | FD | 1A | 2 | 0 | 5A | 1 | 3D | 62 | 37 |
| Octal | 370 | 375 | 32 | 2 | 0 | 132 | 1 | 75 | 142 | 67 |
| Binary | 11111000 | 11111101 | 11010 | 10 | 0 | 1011010 | 1 | 111101 | 1100010 | 110111 |
Color Harmonies of #F8FD1A
Complementary color
Monochromatic Colors of #F8FD1A
Black with #F8FD1A
Text Example
Text Example
White with #F8FD1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FD1A; }
p { color: rgb(248,253,26); }
H1.HeaderClassName
{
color: #F8FD1A;
}
.AnyTagClassName
{
color: #F8FD1A;
}
</style>
background-color css
<style>
a { background-color: #F8FD1A; }
a { background-color: rgb(248,253,26); }
div.DivClassName
{
background-color: #F8FD1A;
}
.BgClassName
{
background-color: #F8FD1A;
}
</style>
border-color css
<style>
span { border-color: #F8FD1A; }
span { border-color: rgb(248,253,26); }
td.TdClassName
{
border-color: #F8FD1A;
}
.TagClassName
{
border-color: #F8FD1A;
}
</style>