Shades of Lemon #F5F008
Tints of Lemon #F5F008
RGB
CMYK
RGB Variations
Color information
#F5F008 (or 0xF5F008) is known color: Lemon. HEX triplet: F5, F0 and 08. RGB value is (245,240,8). Sum of RGB (Red+Green+Blue) = 245+240+8=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 8 (3.52% from 255 or 1.62% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F008 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F008 is #0A0FF7. Grayscale: #D7D7D7. Windows color (decimal): -659448 or 585973. OLE color: 585973.
HSL color Cylindrical-coordinate representation of color #F5F008: hue angle of 58.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5F008 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 240 | 8 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.04 |
| HSL | 58.73º | 0.94% | 0.5% | - |
| HSV(B) | 58.73º | 0.97% | 0.96% | - |
| XYZ | 68.86 | 81.75 | 12.38 | - |
| YUV | 215.05 | 11.16 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 240 | 8 | 0 | 0.02 | 0.97 | 0.04 | 58.73 | 0.94 | 0.5 |
| Hex | F5 | F0 | 8 | 0 | 2 | 61 | 4 | 3B | 5E | 32 |
| Octal | 365 | 360 | 10 | 0 | 2 | 141 | 4 | 73 | 136 | 62 |
| Binary | 11110101 | 11110000 | 1000 | 0 | 10 | 1100001 | 100 | 111011 | 1011110 | 110010 |
Color Harmonies of #F5F008
Complementary color
Monochromatic Colors of #F5F008
Black with #F5F008
Text Example
Text Example
White with #F5F008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F008; }
p { color: rgb(245,240,8); }
H1.HeaderClassName
{
color: #F5F008;
}
.AnyTagClassName
{
color: #F5F008;
}
</style>
background-color css
<style>
a { background-color: #F5F008; }
a { background-color: rgb(245,240,8); }
div.DivClassName
{
background-color: #F5F008;
}
.BgClassName
{
background-color: #F5F008;
}
</style>
border-color css
<style>
span { border-color: #F5F008; }
span { border-color: rgb(245,240,8); }
td.TdClassName
{
border-color: #F5F008;
}
.TagClassName
{
border-color: #F5F008;
}
</style>