Shades of Lemon #F3F018
Tints of Lemon #F3F018
RGB
CMYK
RGB Variations
Color information
#F3F018 (or 0xF3F018) is known color: Lemon. HEX triplet: F3, F0 and 18. RGB value is (243,240,24). Sum of RGB (Red+Green+Blue) = 243+240+24=507 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.93% from 507); Green value is 240 (94.14% from 255 or 47.34% from 507); Blue value is 24 (9.77% from 255 or 4.73% from 507); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F018 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3F018 is #0C0FE7. Grayscale: #D9D9D9. Windows color (decimal): -790504 or 1634547. OLE color: 1634547.
HSL color Cylindrical-coordinate representation of color #F3F018: hue angle of 59.18º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3F018 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 240 | 24 | - |
| CMYK | 0 | 0.01 | 0.90 | 0.05 |
| HSL | 59.18º | 0.9% | 0.52% | - |
| HSV(B) | 59.18º | 0.9% | 0.95% | - |
| XYZ | 68.29 | 81.44 | 12.98 | - |
| YUV | 216.27 | 19.49 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 240 | 24 | 0 | 0.01 | 0.90 | 0.05 | 59.18 | 0.9 | 0.52 |
| Hex | F3 | F0 | 18 | 0 | 1 | 5A | 5 | 3B | 5A | 34 |
| Octal | 363 | 360 | 30 | 0 | 1 | 132 | 5 | 73 | 132 | 64 |
| Binary | 11110011 | 11110000 | 11000 | 0 | 1 | 1011010 | 101 | 111011 | 1011010 | 110100 |
Color Harmonies of #F3F018
Complementary color
Monochromatic Colors of #F3F018
Black with #F3F018
Text Example
Text Example
White with #F3F018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F018; }
p { color: rgb(243,240,24); }
H1.HeaderClassName
{
color: #F3F018;
}
.AnyTagClassName
{
color: #F3F018;
}
</style>
background-color css
<style>
a { background-color: #F3F018; }
a { background-color: rgb(243,240,24); }
div.DivClassName
{
background-color: #F3F018;
}
.BgClassName
{
background-color: #F3F018;
}
</style>
border-color css
<style>
span { border-color: #F3F018; }
span { border-color: rgb(243,240,24); }
td.TdClassName
{
border-color: #F3F018;
}
.TagClassName
{
border-color: #F3F018;
}
</style>