Shades of Lemon #F5E706
Tints of Lemon #F5E706
RGB
CMYK
RGB Variations
Color information
#F5E706 (or 0xF5E706) is known color: Lemon. HEX triplet: F5, E7 and 06. RGB value is (245,231,6). Sum of RGB (Red+Green+Blue) = 245+231+6=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 6 (2.73% from 255 or 1.24% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E706 is #0A18F9. Grayscale: #D2D2D2. Windows color (decimal): -661754 or 452597. OLE color: 452597.
HSL color Cylindrical-coordinate representation of color #F5E706: hue angle of 56.49º 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 #F5E706 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 6 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.04 |
| HSL | 56.49º | 0.95% | 0.49% | - |
| HSV(B) | 56.49º | 0.98% | 0.96% | - |
| XYZ | 66.26 | 76.58 | 11.46 | - |
| YUV | 209.54 | 13.14 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 6 | 0 | 0.06 | 0.98 | 0.04 | 56.49 | 0.95 | 0.49 |
| Hex | F5 | E7 | 6 | 0 | 6 | 62 | 4 | 38 | 5F | 31 |
| Octal | 365 | 347 | 6 | 0 | 6 | 142 | 4 | 70 | 137 | 61 |
| Binary | 11110101 | 11100111 | 110 | 0 | 110 | 1100010 | 100 | 111000 | 1011111 | 110001 |
Color Harmonies of #F5E706
Complementary color
Monochromatic Colors of #F5E706
Black with #F5E706
Text Example
Text Example
White with #F5E706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E706; }
p { color: rgb(245,231,6); }
H1.HeaderClassName
{
color: #F5E706;
}
.AnyTagClassName
{
color: #F5E706;
}
</style>
background-color css
<style>
a { background-color: #F5E706; }
a { background-color: rgb(245,231,6); }
div.DivClassName
{
background-color: #F5E706;
}
.BgClassName
{
background-color: #F5E706;
}
</style>
border-color css
<style>
span { border-color: #F5E706; }
span { border-color: rgb(245,231,6); }
td.TdClassName
{
border-color: #F5E706;
}
.TagClassName
{
border-color: #F5E706;
}
</style>