Shades of Lemon #F5EC06
Tints of Lemon #F5EC06
RGB
CMYK
RGB Variations
Color information
#F5EC06 (or 0xF5EC06) is known color: Lemon. HEX triplet: F5, EC and 06. RGB value is (245,236,6). Sum of RGB (Red+Green+Blue) = 245+236+6=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 6 (2.73% from 255 or 1.23% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EC06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5EC06 is #0A13F9. Grayscale: #D5D5D5. Windows color (decimal): -660474 or 453877. OLE color: 453877.
HSL color Cylindrical-coordinate representation of color #F5EC06: hue angle of 57.74º degrees, saturation: 0.95, 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 #F5EC06 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 236 | 6 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.04 |
| HSL | 57.74º | 0.95% | 0.49% | - |
| HSV(B) | 57.74º | 0.98% | 0.96% | - |
| XYZ | 67.68 | 79.42 | 11.93 | - |
| YUV | 212.47 | 11.48 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 236 | 6 | 0 | 0.04 | 0.98 | 0.04 | 57.74 | 0.95 | 0.49 |
| Hex | F5 | EC | 6 | 0 | 4 | 62 | 4 | 3A | 5F | 31 |
| Octal | 365 | 354 | 6 | 0 | 4 | 142 | 4 | 72 | 137 | 61 |
| Binary | 11110101 | 11101100 | 110 | 0 | 100 | 1100010 | 100 | 111010 | 1011111 | 110001 |
Color Harmonies of #F5EC06
Complementary color
Monochromatic Colors of #F5EC06
Black with #F5EC06
Text Example
Text Example
White with #F5EC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5EC06; }
p { color: rgb(245,236,6); }
H1.HeaderClassName
{
color: #F5EC06;
}
.AnyTagClassName
{
color: #F5EC06;
}
</style>
background-color css
<style>
a { background-color: #F5EC06; }
a { background-color: rgb(245,236,6); }
div.DivClassName
{
background-color: #F5EC06;
}
.BgClassName
{
background-color: #F5EC06;
}
</style>
border-color css
<style>
span { border-color: #F5EC06; }
span { border-color: rgb(245,236,6); }
td.TdClassName
{
border-color: #F5EC06;
}
.TagClassName
{
border-color: #F5EC06;
}
</style>