Shades of Lemon #F2F01E
Tints of Lemon #F2F01E
RGB
CMYK
RGB Variations
Color information
#F2F01E (or 0xF2F01E) is known color: Lemon. HEX triplet: F2, F0 and 1E. RGB value is (242,240,30). Sum of RGB (Red+Green+Blue) = 242+240+30=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 30 (12.11% from 255 or 5.86% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F01E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2F01E is #0D0FE1. Grayscale: #D9D9D9. Windows color (decimal): -856034 or 2027762. OLE color: 2027762.
HSL color Cylindrical-coordinate representation of color #F2F01E: hue angle of 59.43º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F2F01E is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 30 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.05 |
| HSL | 59.43º | 0.89% | 0.53% | - |
| HSV(B) | 59.43º | 0.88% | 0.95% | - |
| XYZ | 68.01 | 81.29 | 13.33 | - |
| YUV | 216.66 | 22.66 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 30 | 0 | 0.01 | 0.88 | 0.05 | 59.43 | 0.89 | 0.53 |
| Hex | F2 | F0 | 1E | 0 | 1 | 58 | 5 | 3B | 59 | 35 |
| Octal | 362 | 360 | 36 | 0 | 1 | 130 | 5 | 73 | 131 | 65 |
| Binary | 11110010 | 11110000 | 11110 | 0 | 1 | 1011000 | 101 | 111011 | 1011001 | 110101 |
Color Harmonies of #F2F01E
Complementary color
Monochromatic Colors of #F2F01E
Black with #F2F01E
Text Example
Text Example
White with #F2F01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F01E; }
p { color: rgb(242,240,30); }
H1.HeaderClassName
{
color: #F2F01E;
}
.AnyTagClassName
{
color: #F2F01E;
}
</style>
background-color css
<style>
a { background-color: #F2F01E; }
a { background-color: rgb(242,240,30); }
div.DivClassName
{
background-color: #F2F01E;
}
.BgClassName
{
background-color: #F2F01E;
}
</style>
border-color css
<style>
span { border-color: #F2F01E; }
span { border-color: rgb(242,240,30); }
td.TdClassName
{
border-color: #F2F01E;
}
.TagClassName
{
border-color: #F2F01E;
}
</style>