Shades of Lemon #F1F008
Tints of Lemon #F1F008
RGB
CMYK
RGB Variations
Color information
#F1F008 (or 0xF1F008) is known color: Lemon. HEX triplet: F1, F0 and 08. RGB value is (241,240,8). Sum of RGB (Red+Green+Blue) = 241+240+8=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 240 (94.14% from 255 or 49.08% from 489); Blue value is 8 (3.52% from 255 or 1.64% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F008 is #0E0FF7. Grayscale: #D6D6D6. Windows color (decimal): -921592 or 585969. OLE color: 585969.
HSL color Cylindrical-coordinate representation of color #F1F008: hue angle of 59.74º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1F008 is Cyan = 0, Magento = 0.00, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 8 | - |
| CMYK | 0 | 0.00 | 0.97 | 0.05 |
| HSL | 59.74º | 0.94% | 0.49% | - |
| HSV(B) | 59.74º | 0.97% | 0.95% | - |
| XYZ | 67.48 | 81.04 | 12.32 | - |
| YUV | 213.85 | 11.83 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 8 | 0 | 0.00 | 0.97 | 0.05 | 59.74 | 0.94 | 0.49 |
| Hex | F1 | F0 | 8 | 0 | 0 | 61 | 5 | 3C | 5E | 31 |
| Octal | 361 | 360 | 10 | 0 | 0 | 141 | 5 | 74 | 136 | 61 |
| Binary | 11110001 | 11110000 | 1000 | 0 | 0 | 1100001 | 101 | 111100 | 1011110 | 110001 |
Color Harmonies of #F1F008
Complementary color
Monochromatic Colors of #F1F008
Black with #F1F008
Text Example
Text Example
White with #F1F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F008; }
p { color: rgb(241,240,8); }
H1.HeaderClassName
{
color: #F1F008;
}
.AnyTagClassName
{
color: #F1F008;
}
</style>
background-color css
<style>
a { background-color: #F1F008; }
a { background-color: rgb(241,240,8); }
div.DivClassName
{
background-color: #F1F008;
}
.BgClassName
{
background-color: #F1F008;
}
</style>
border-color css
<style>
span { border-color: #F1F008; }
span { border-color: rgb(241,240,8); }
td.TdClassName
{
border-color: #F1F008;
}
.TagClassName
{
border-color: #F1F008;
}
</style>