Shades of Lemon #F6F524
Tints of Lemon #F6F524
RGB
CMYK
RGB Variations
Color information
#F6F524 (or 0xF6F524) is known color: Lemon. HEX triplet: F6, F5 and 24. RGB value is (246,245,36). Sum of RGB (Red+Green+Blue) = 246+245+36=527 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.68% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 36 (14.45% from 255 or 6.83% from 527); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F524 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F6F524 is #090ADB. Grayscale: #DEDEDE. Windows color (decimal): -592604 or 2422262. OLE color: 2422262.
HSL color Cylindrical-coordinate representation of color #F6F524: hue angle of 59.71º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6F524 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 245 | 36 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.04 |
| HSL | 59.71º | 0.92% | 0.55% | - |
| HSV(B) | 59.71º | 0.85% | 0.96% | - |
| XYZ | 70.98 | 85.03 | 14.34 | - |
| YUV | 221.47 | 23.33 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 245 | 36 | 0 | 0.00 | 0.85 | 0.04 | 59.71 | 0.92 | 0.55 |
| Hex | F6 | F5 | 24 | 0 | 0 | 55 | 4 | 3C | 5C | 37 |
| Octal | 366 | 365 | 44 | 0 | 0 | 125 | 4 | 74 | 134 | 67 |
| Binary | 11110110 | 11110101 | 100100 | 0 | 0 | 1010101 | 100 | 111100 | 1011100 | 110111 |
Color Harmonies of #F6F524
Complementary color
Monochromatic Colors of #F6F524
Black with #F6F524
Text Example
Text Example
White with #F6F524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F524; }
p { color: rgb(246,245,36); }
H1.HeaderClassName
{
color: #F6F524;
}
.AnyTagClassName
{
color: #F6F524;
}
</style>
background-color css
<style>
a { background-color: #F6F524; }
a { background-color: rgb(246,245,36); }
div.DivClassName
{
background-color: #F6F524;
}
.BgClassName
{
background-color: #F6F524;
}
</style>
border-color css
<style>
span { border-color: #F6F524; }
span { border-color: rgb(246,245,36); }
td.TdClassName
{
border-color: #F6F524;
}
.TagClassName
{
border-color: #F6F524;
}
</style>