Shades of Lemon #F3F124
Tints of Lemon #F3F124
RGB
CMYK
RGB Variations
Color information
#F3F124 (or 0xF3F124) is known color: Lemon. HEX triplet: F3, F1 and 24. RGB value is (243,241,36). Sum of RGB (Red+Green+Blue) = 243+241+36=520 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.73% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 36 (14.45% from 255 or 6.92% from 520); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F124 is #0C0EDB. Grayscale: #DBDBDB. Windows color (decimal): -790236 or 2421235. OLE color: 2421235.
HSL color Cylindrical-coordinate representation of color #F3F124: hue angle of 59.42º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F3F124 is Cyan = 0, Magento = 0.01, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 36 | - |
| CMYK | 0 | 0.01 | 0.85 | 0.05 |
| HSL | 59.42º | 0.9% | 0.55% | - |
| HSV(B) | 59.42º | 0.85% | 0.95% | - |
| XYZ | 68.74 | 82.09 | 13.89 | - |
| YUV | 218.23 | 25.16 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 36 | 0 | 0.01 | 0.85 | 0.05 | 59.42 | 0.9 | 0.55 |
| Hex | F3 | F1 | 24 | 0 | 1 | 55 | 5 | 3B | 5A | 37 |
| Octal | 363 | 361 | 44 | 0 | 1 | 125 | 5 | 73 | 132 | 67 |
| Binary | 11110011 | 11110001 | 100100 | 0 | 1 | 1010101 | 101 | 111011 | 1011010 | 110111 |
Color Harmonies of #F3F124
Complementary color
Monochromatic Colors of #F3F124
Black with #F3F124
Text Example
Text Example
White with #F3F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F124; }
p { color: rgb(243,241,36); }
H1.HeaderClassName
{
color: #F3F124;
}
.AnyTagClassName
{
color: #F3F124;
}
</style>
background-color css
<style>
a { background-color: #F3F124; }
a { background-color: rgb(243,241,36); }
div.DivClassName
{
background-color: #F3F124;
}
.BgClassName
{
background-color: #F3F124;
}
</style>
border-color css
<style>
span { border-color: #F3F124; }
span { border-color: rgb(243,241,36); }
td.TdClassName
{
border-color: #F3F124;
}
.TagClassName
{
border-color: #F3F124;
}
</style>