Shades of Lemon #F8F003
Tints of Lemon #F8F003
RGB
CMYK
RGB Variations
Color information
#F8F003 (or 0xF8F003) is known color: Lemon. HEX triplet: F8, F0 and 03. RGB value is (248,240,3). Sum of RGB (Red+Green+Blue) = 248+240+3=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 3 (1.56% from 255 or 0.61% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F003 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F003 is #070FFC. Grayscale: #D8D8D8. Windows color (decimal): -462845 or 258296. OLE color: 258296.
HSL color Cylindrical-coordinate representation of color #F8F003: hue angle of 58.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8F003 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.03 |
| HSL | 58.04º | 0.98% | 0.49% | - |
| HSV(B) | 58.04º | 0.99% | 0.97% | - |
| XYZ | 69.89 | 82.28 | 12.28 | - |
| YUV | 215.37 | 8.15 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 3 | 0 | 0.03 | 0.99 | 0.03 | 58.04 | 0.98 | 0.49 |
| Hex | F8 | F0 | 3 | 0 | 3 | 63 | 3 | 3A | 62 | 31 |
| Octal | 370 | 360 | 3 | 0 | 3 | 143 | 3 | 72 | 142 | 61 |
| Binary | 11111000 | 11110000 | 11 | 0 | 11 | 1100011 | 11 | 111010 | 1100010 | 110001 |
Color Harmonies of #F8F003
Complementary color
Monochromatic Colors of #F8F003
Black with #F8F003
Text Example
Text Example
White with #F8F003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F003; }
p { color: rgb(248,240,3); }
H1.HeaderClassName
{
color: #F8F003;
}
.AnyTagClassName
{
color: #F8F003;
}
</style>
background-color css
<style>
a { background-color: #F8F003; }
a { background-color: rgb(248,240,3); }
div.DivClassName
{
background-color: #F8F003;
}
.BgClassName
{
background-color: #F8F003;
}
</style>
border-color css
<style>
span { border-color: #F8F003; }
span { border-color: rgb(248,240,3); }
td.TdClassName
{
border-color: #F8F003;
}
.TagClassName
{
border-color: #F8F003;
}
</style>