Shades of Lemon #F5EF04
Tints of Lemon #F5EF04
RGB
CMYK
RGB Variations
Color information
#F5EF04 (or 0xF5EF04) is known color: Lemon. HEX triplet: F5, EF and 04. RGB value is (245,239,4). Sum of RGB (Red+Green+Blue) = 245+239+4=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 4 (1.95% from 255 or 0.82% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EF04 is #0A10FB. Grayscale: #D6D6D6. Windows color (decimal): -659708 or 323573. OLE color: 323573.
HSL color Cylindrical-coordinate representation of color #F5EF04: hue angle of 58.51º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5EF04 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 239 | 4 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.04 |
| HSL | 58.51º | 0.97% | 0.49% | - |
| HSV(B) | 58.51º | 0.98% | 0.96% | - |
| XYZ | 68.54 | 81.15 | 12.17 | - |
| YUV | 214 | 9.49 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 239 | 4 | 0 | 0.02 | 0.98 | 0.04 | 58.51 | 0.97 | 0.49 |
| Hex | F5 | EF | 4 | 0 | 2 | 62 | 4 | 3B | 61 | 31 |
| Octal | 365 | 357 | 4 | 0 | 2 | 142 | 4 | 73 | 141 | 61 |
| Binary | 11110101 | 11101111 | 100 | 0 | 10 | 1100010 | 100 | 111011 | 1100001 | 110001 |
Color Harmonies of #F5EF04
Complementary color
Monochromatic Colors of #F5EF04
Black with #F5EF04
Text Example
Text Example
White with #F5EF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EF04; }
p { color: rgb(245,239,4); }
H1.HeaderClassName
{
color: #F5EF04;
}
.AnyTagClassName
{
color: #F5EF04;
}
</style>
background-color css
<style>
a { background-color: #F5EF04; }
a { background-color: rgb(245,239,4); }
div.DivClassName
{
background-color: #F5EF04;
}
.BgClassName
{
background-color: #F5EF04;
}
</style>
border-color css
<style>
span { border-color: #F5EF04; }
span { border-color: rgb(245,239,4); }
td.TdClassName
{
border-color: #F5EF04;
}
.TagClassName
{
border-color: #F5EF04;
}
</style>