Shades of Lemon #F2F312
Tints of Lemon #F2F312
RGB
CMYK
RGB Variations
Color information
#F2F312 (or 0xF2F312) is known color: Lemon. HEX triplet: F2, F3 and 12. RGB value is (242,243,18). Sum of RGB (Red+Green+Blue) = 242+243+18=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 18 (7.42% from 255 or 3.58% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F312 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F312 is #0D0CED. Grayscale: #D9D9D9. Windows color (decimal): -855278 or 1242098. OLE color: 1242098.
HSL color Cylindrical-coordinate representation of color #F2F312: hue angle of 60.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2F312 is Cyan = 0.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 18 | - |
| CMYK | 0.00 | 0 | 0.93 | 0.05 |
| HSL | 60.27º | 0.9% | 0.51% | - |
| HSV(B) | 60.27º | 0.93% | 0.95% | - |
| XYZ | 68.78 | 83.02 | 12.97 | - |
| YUV | 217.05 | 15.67 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 18 | 0.00 | 0 | 0.93 | 0.05 | 60.27 | 0.9 | 0.51 |
| Hex | F2 | F3 | 12 | 0 | 0 | 5D | 5 | 3C | 5A | 33 |
| Octal | 362 | 363 | 22 | 0 | 0 | 135 | 5 | 74 | 132 | 63 |
| Binary | 11110010 | 11110011 | 10010 | 0 | 0 | 1011101 | 101 | 111100 | 1011010 | 110011 |
Color Harmonies of #F2F312
Complementary color
Monochromatic Colors of #F2F312
Black with #F2F312
Text Example
Text Example
White with #F2F312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F312; }
p { color: rgb(242,243,18); }
H1.HeaderClassName
{
color: #F2F312;
}
.AnyTagClassName
{
color: #F2F312;
}
</style>
background-color css
<style>
a { background-color: #F2F312; }
a { background-color: rgb(242,243,18); }
div.DivClassName
{
background-color: #F2F312;
}
.BgClassName
{
background-color: #F2F312;
}
</style>
border-color css
<style>
span { border-color: #F2F312; }
span { border-color: rgb(242,243,18); }
td.TdClassName
{
border-color: #F2F312;
}
.TagClassName
{
border-color: #F2F312;
}
</style>