Shades of Lemon #F8F00A
Tints of Lemon #F8F00A
RGB
CMYK
RGB Variations
Color information
#F8F00A (or 0xF8F00A) is known color: Lemon. HEX triplet: F8, F0 and 0A. RGB value is (248,240,10). Sum of RGB (Red+Green+Blue) = 248+240+10=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 10 (4.30% from 255 or 2.01% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F00A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F00A is #070FF5. Grayscale: #D9D9D9. Windows color (decimal): -462838 or 717048. OLE color: 717048.
HSL color Cylindrical-coordinate representation of color #F8F00A: hue angle of 57.98º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8F00A is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 240 | 10 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.03 |
| HSL | 57.98º | 0.94% | 0.51% | - |
| HSV(B) | 57.98º | 0.96% | 0.97% | - |
| XYZ | 69.93 | 82.3 | 12.49 | - |
| YUV | 216.17 | 11.65 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 240 | 10 | 0 | 0.03 | 0.96 | 0.03 | 57.98 | 0.94 | 0.51 |
| Hex | F8 | F0 | A | 0 | 3 | 60 | 3 | 3A | 5E | 33 |
| Octal | 370 | 360 | 12 | 0 | 3 | 140 | 3 | 72 | 136 | 63 |
| Binary | 11111000 | 11110000 | 1010 | 0 | 11 | 1100000 | 11 | 111010 | 1011110 | 110011 |
Color Harmonies of #F8F00A
Complementary color
Monochromatic Colors of #F8F00A
Black with #F8F00A
Text Example
Text Example
White with #F8F00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F00A; }
p { color: rgb(248,240,10); }
H1.HeaderClassName
{
color: #F8F00A;
}
.AnyTagClassName
{
color: #F8F00A;
}
</style>
background-color css
<style>
a { background-color: #F8F00A; }
a { background-color: rgb(248,240,10); }
div.DivClassName
{
background-color: #F8F00A;
}
.BgClassName
{
background-color: #F8F00A;
}
</style>
border-color css
<style>
span { border-color: #F8F00A; }
span { border-color: rgb(248,240,10); }
td.TdClassName
{
border-color: #F8F00A;
}
.TagClassName
{
border-color: #F8F00A;
}
</style>