Shades of Lemon #F2F31F
Tints of Lemon #F2F31F
RGB
CMYK
RGB Variations
Color information
#F2F31F (or 0xF2F31F) is known color: Lemon. HEX triplet: F2, F3 and 1F. RGB value is (242,243,31). Sum of RGB (Red+Green+Blue) = 242+243+31=516 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.90% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 31 (12.5% from 255 or 6.01% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F31F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F31F is #0D0CE0. Grayscale: #DBDBDB. Windows color (decimal): -855265 or 2094066. OLE color: 2094066.
HSL color Cylindrical-coordinate representation of color #F2F31F: hue angle of 60.28º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F2F31F is Cyan = 0.00, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 31 | - |
| CMYK | 0.00 | 0 | 0.87 | 0.05 |
| HSL | 60.28º | 0.9% | 0.54% | - |
| HSV(B) | 60.28º | 0.87% | 0.95% | - |
| XYZ | 68.92 | 83.08 | 13.7 | - |
| YUV | 218.53 | 22.17 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 31 | 0.00 | 0 | 0.87 | 0.05 | 60.28 | 0.9 | 0.54 |
| Hex | F2 | F3 | 1F | 0 | 0 | 57 | 5 | 3C | 5A | 36 |
| Octal | 362 | 363 | 37 | 0 | 0 | 127 | 5 | 74 | 132 | 66 |
| Binary | 11110010 | 11110011 | 11111 | 0 | 0 | 1010111 | 101 | 111100 | 1011010 | 110110 |
Color Harmonies of #F2F31F
Complementary color
Monochromatic Colors of #F2F31F
Black with #F2F31F
Text Example
Text Example
White with #F2F31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F31F; }
p { color: rgb(242,243,31); }
H1.HeaderClassName
{
color: #F2F31F;
}
.AnyTagClassName
{
color: #F2F31F;
}
</style>
background-color css
<style>
a { background-color: #F2F31F; }
a { background-color: rgb(242,243,31); }
div.DivClassName
{
background-color: #F2F31F;
}
.BgClassName
{
background-color: #F2F31F;
}
</style>
border-color css
<style>
span { border-color: #F2F31F; }
span { border-color: rgb(242,243,31); }
td.TdClassName
{
border-color: #F2F31F;
}
.TagClassName
{
border-color: #F2F31F;
}
</style>