Shades of Lemon #F2F31B
Tints of Lemon #F2F31B
RGB
CMYK
RGB Variations
Color information
#F2F31B (or 0xF2F31B) is known color: Lemon. HEX triplet: F2, F3 and 1B. RGB value is (242,243,27). Sum of RGB (Red+Green+Blue) = 242+243+27=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 27 (10.94% from 255 or 5.27% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F31B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F31B is #0D0CE4. Grayscale: #DADADA. Windows color (decimal): -855269 or 1831922. OLE color: 1831922.
HSL color Cylindrical-coordinate representation of color #F2F31B: hue angle of 60.28º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F2F31B is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 243 | 27 | - |
| CMYK | 0.00 | 0 | 0.89 | 0.05 |
| HSL | 60.28º | 0.9% | 0.53% | - |
| HSV(B) | 60.28º | 0.89% | 0.95% | - |
| XYZ | 68.87 | 83.06 | 13.44 | - |
| YUV | 218.08 | 20.17 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 243 | 27 | 0.00 | 0 | 0.89 | 0.05 | 60.28 | 0.9 | 0.53 |
| Hex | F2 | F3 | 1B | 0 | 0 | 59 | 5 | 3C | 5A | 35 |
| Octal | 362 | 363 | 33 | 0 | 0 | 131 | 5 | 74 | 132 | 65 |
| Binary | 11110010 | 11110011 | 11011 | 0 | 0 | 1011001 | 101 | 111100 | 1011010 | 110101 |
Color Harmonies of #F2F31B
Complementary color
Monochromatic Colors of #F2F31B
Black with #F2F31B
Text Example
Text Example
White with #F2F31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F31B; }
p { color: rgb(242,243,27); }
H1.HeaderClassName
{
color: #F2F31B;
}
.AnyTagClassName
{
color: #F2F31B;
}
</style>
background-color css
<style>
a { background-color: #F2F31B; }
a { background-color: rgb(242,243,27); }
div.DivClassName
{
background-color: #F2F31B;
}
.BgClassName
{
background-color: #F2F31B;
}
</style>
border-color css
<style>
span { border-color: #F2F31B; }
span { border-color: rgb(242,243,27); }
td.TdClassName
{
border-color: #F2F31B;
}
.TagClassName
{
border-color: #F2F31B;
}
</style>