Shades of Lemon #F2F309
Tints of Lemon #F2F309
RGB
CMYK
RGB Variations
Color information
#F2F309 (or 0xF2F309) is known color: Lemon. HEX triplet: F2, F3 and 09. RGB value is (242,243,9). Sum of RGB (Red+Green+Blue) = 242+243+9=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 9 (3.91% from 255 or 1.82% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F309 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F309 is #0D0CF6. Grayscale: #D8D8D8. Windows color (decimal): -855287 or 652274. OLE color: 652274.
HSL color Cylindrical-coordinate representation of color #F2F309: hue angle of 60.26º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2F309 is Cyan = 0.00, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 9 | - |
| CMYK | 0.00 | 0 | 0.96 | 0.05 |
| HSL | 60.26º | 0.93% | 0.49% | - |
| HSV(B) | 60.26º | 0.96% | 0.95% | - |
| XYZ | 68.72 | 83 | 12.66 | - |
| YUV | 216.03 | 11.17 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 9 | 0.00 | 0 | 0.96 | 0.05 | 60.26 | 0.93 | 0.49 |
| Hex | F2 | F3 | 9 | 0 | 0 | 60 | 5 | 3C | 5D | 31 |
| Octal | 362 | 363 | 11 | 0 | 0 | 140 | 5 | 74 | 135 | 61 |
| Binary | 11110010 | 11110011 | 1001 | 0 | 0 | 1100000 | 101 | 111100 | 1011101 | 110001 |
Color Harmonies of #F2F309
Complementary color
Monochromatic Colors of #F2F309
Black with #F2F309
Text Example
Text Example
White with #F2F309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F309; }
p { color: rgb(242,243,9); }
H1.HeaderClassName
{
color: #F2F309;
}
.AnyTagClassName
{
color: #F2F309;
}
</style>
background-color css
<style>
a { background-color: #F2F309; }
a { background-color: rgb(242,243,9); }
div.DivClassName
{
background-color: #F2F309;
}
.BgClassName
{
background-color: #F2F309;
}
</style>
border-color css
<style>
span { border-color: #F2F309; }
span { border-color: rgb(242,243,9); }
td.TdClassName
{
border-color: #F2F309;
}
.TagClassName
{
border-color: #F2F309;
}
</style>