Shades of Lemon #F3F224
Tints of Lemon #F3F224
RGB
CMYK
RGB Variations
Color information
#F3F224 (or 0xF3F224) is known color: Lemon. HEX triplet: F3, F2 and 24. RGB value is (243,242,36). Sum of RGB (Red+Green+Blue) = 243+242+36=521 (69% of max value = 765). Red value is 243 (95.31% from 255 or 46.64% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 36 (14.45% from 255 or 6.91% from 521); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F224 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F224 is #0C0DDB. Grayscale: #DBDBDB. Windows color (decimal): -789980 or 2421491. OLE color: 2421491.
HSL color Cylindrical-coordinate representation of color #F3F224: hue angle of 59.71º 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 #F3F224 is Cyan = 0, Magento = 0.00, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 242 | 36 | - |
| CMYK | 0 | 0.00 | 0.85 | 0.05 |
| HSL | 59.71º | 0.9% | 0.55% | - |
| HSV(B) | 59.71º | 0.85% | 0.95% | - |
| XYZ | 69.03 | 82.69 | 13.99 | - |
| YUV | 218.82 | 24.83 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 242 | 36 | 0 | 0.00 | 0.85 | 0.05 | 59.71 | 0.9 | 0.55 |
| Hex | F3 | F2 | 24 | 0 | 0 | 55 | 5 | 3C | 5A | 37 |
| Octal | 363 | 362 | 44 | 0 | 0 | 125 | 5 | 74 | 132 | 67 |
| Binary | 11110011 | 11110010 | 100100 | 0 | 0 | 1010101 | 101 | 111100 | 1011010 | 110111 |
Color Harmonies of #F3F224
Complementary color
Monochromatic Colors of #F3F224
Black with #F3F224
Text Example
Text Example
White with #F3F224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F224; }
p { color: rgb(243,242,36); }
H1.HeaderClassName
{
color: #F3F224;
}
.AnyTagClassName
{
color: #F3F224;
}
</style>
background-color css
<style>
a { background-color: #F3F224; }
a { background-color: rgb(243,242,36); }
div.DivClassName
{
background-color: #F3F224;
}
.BgClassName
{
background-color: #F3F224;
}
</style>
border-color css
<style>
span { border-color: #F3F224; }
span { border-color: rgb(243,242,36); }
td.TdClassName
{
border-color: #F3F224;
}
.TagClassName
{
border-color: #F3F224;
}
</style>