Shades of Lemon #F5EF09
Tints of Lemon #F5EF09
RGB
CMYK
RGB Variations
Color information
#F5EF09 (or 0xF5EF09) is known color: Lemon. HEX triplet: F5, EF and 09. RGB value is (245,239,9). Sum of RGB (Red+Green+Blue) = 245+239+9=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 9 (3.91% from 255 or 1.83% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF09 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EF09 is #0A10F6. Grayscale: #D7D7D7. Windows color (decimal): -659703 or 651253. OLE color: 651253.
HSL color Cylindrical-coordinate representation of color #F5EF09: hue angle of 58.47º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5EF09 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 9 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.04 |
| HSL | 58.47º | 0.93% | 0.5% | - |
| HSV(B) | 58.47º | 0.96% | 0.96% | - |
| XYZ | 68.57 | 81.17 | 12.31 | - |
| YUV | 214.57 | 11.99 | 149.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 9 | 0 | 0.02 | 0.96 | 0.04 | 58.47 | 0.93 | 0.5 |
| Hex | F5 | EF | 9 | 0 | 2 | 60 | 4 | 3A | 5D | 32 |
| Octal | 365 | 357 | 11 | 0 | 2 | 140 | 4 | 72 | 135 | 62 |
| Binary | 11110101 | 11101111 | 1001 | 0 | 10 | 1100000 | 100 | 111010 | 1011101 | 110010 |
Color Harmonies of #F5EF09
Complementary color
Monochromatic Colors of #F5EF09
Black with #F5EF09
Text Example
Text Example
White with #F5EF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EF09; }
p { color: rgb(245,239,9); }
H1.HeaderClassName
{
color: #F5EF09;
}
.AnyTagClassName
{
color: #F5EF09;
}
</style>
background-color css
<style>
a { background-color: #F5EF09; }
a { background-color: rgb(245,239,9); }
div.DivClassName
{
background-color: #F5EF09;
}
.BgClassName
{
background-color: #F5EF09;
}
</style>
border-color css
<style>
span { border-color: #F5EF09; }
span { border-color: rgb(245,239,9); }
td.TdClassName
{
border-color: #F5EF09;
}
.TagClassName
{
border-color: #F5EF09;
}
</style>