Shades of Lemon #F2F00C
Tints of Lemon #F2F00C
RGB
CMYK
RGB Variations
Color information
#F2F00C (or 0xF2F00C) is known color: Lemon. HEX triplet: F2, F0 and 0C. RGB value is (242,240,12). Sum of RGB (Red+Green+Blue) = 242+240+12=494 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.99% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 12 (5.08% from 255 or 2.43% from 494); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F00C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F00C is #0D0FF3. Grayscale: #D7D7D7. Windows color (decimal): -856052 or 848114. OLE color: 848114.
HSL color Cylindrical-coordinate representation of color #F2F00C: hue angle of 59.48º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2F00C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.05 |
| HSL | 59.48º | 0.91% | 0.5% | - |
| HSV(B) | 59.48º | 0.95% | 0.95% | - |
| XYZ | 67.84 | 81.22 | 12.45 | - |
| YUV | 214.61 | 13.66 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 12 | 0 | 0.01 | 0.95 | 0.05 | 59.48 | 0.91 | 0.5 |
| Hex | F2 | F0 | C | 0 | 1 | 5F | 5 | 3B | 5B | 32 |
| Octal | 362 | 360 | 14 | 0 | 1 | 137 | 5 | 73 | 133 | 62 |
| Binary | 11110010 | 11110000 | 1100 | 0 | 1 | 1011111 | 101 | 111011 | 1011011 | 110010 |
Color Harmonies of #F2F00C
Complementary color
Monochromatic Colors of #F2F00C
Black with #F2F00C
Text Example
Text Example
White with #F2F00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F00C; }
p { color: rgb(242,240,12); }
H1.HeaderClassName
{
color: #F2F00C;
}
.AnyTagClassName
{
color: #F2F00C;
}
</style>
background-color css
<style>
a { background-color: #F2F00C; }
a { background-color: rgb(242,240,12); }
div.DivClassName
{
background-color: #F2F00C;
}
.BgClassName
{
background-color: #F2F00C;
}
</style>
border-color css
<style>
span { border-color: #F2F00C; }
span { border-color: rgb(242,240,12); }
td.TdClassName
{
border-color: #F2F00C;
}
.TagClassName
{
border-color: #F2F00C;
}
</style>