Shades of Lemon #FFF810
Tints of Lemon #FFF810
RGB
CMYK
RGB Variations
Color information
#FFF810 (or 0xFFF810) is known color: Lemon. HEX triplet: FF, F8 and 10. RGB value is (255,248,16). Sum of RGB (Red+Green+Blue) = 255+248+16=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 16 (6.64% from 255 or 3.08% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF810 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF810 is #0007EF. Grayscale: #E0E0E0. Windows color (decimal): -2032 or 1112319. OLE color: 1112319.
HSL color Cylindrical-coordinate representation of color #FFF810: hue angle of 58.24º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFF810 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 16 | - |
| CMYK | 0 | 0.03 | 0.94 | 0 |
| HSL | 58.24º | 1% | 0.53% | - |
| HSV(B) | 58.24º | 0.94% | 1% | - |
| XYZ | 74.9 | 88.43 | 13.61 | - |
| YUV | 223.65 | 10.82 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 16 | 0 | 0.03 | 0.94 | 0 | 58.24 | 1 | 0.53 |
| Hex | FF | F8 | 10 | 0 | 3 | 5E | 0 | 3A | 64 | 35 |
| Octal | 377 | 370 | 20 | 0 | 3 | 136 | 0 | 72 | 144 | 65 |
| Binary | 11111111 | 11111000 | 10000 | 0 | 11 | 1011110 | 0 | 111010 | 1100100 | 110101 |
Color Harmonies of #FFF810
Complementary color
Monochromatic Colors of #FFF810
Black with #FFF810
Text Example
Text Example
White with #FFF810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF810; }
p { color: rgb(255,248,16); }
H1.HeaderClassName
{
color: #FFF810;
}
.AnyTagClassName
{
color: #FFF810;
}
</style>
background-color css
<style>
a { background-color: #FFF810; }
a { background-color: rgb(255,248,16); }
div.DivClassName
{
background-color: #FFF810;
}
.BgClassName
{
background-color: #FFF810;
}
</style>
border-color css
<style>
span { border-color: #FFF810; }
span { border-color: rgb(255,248,16); }
td.TdClassName
{
border-color: #FFF810;
}
.TagClassName
{
border-color: #FFF810;
}
</style>