Shades of Lemon #F2F00D
Tints of Lemon #F2F00D
RGB
CMYK
RGB Variations
Color information
#F2F00D (or 0xF2F00D) is known color: Lemon. HEX triplet: F2, F0 and 0D. RGB value is (242,240,13). Sum of RGB (Red+Green+Blue) = 242+240+13=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 13 (5.47% from 255 or 2.63% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F00D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F2F00D is #0D0FF2. Grayscale: #D7D7D7. Windows color (decimal): -856051 or 913650. OLE color: 913650.
HSL color Cylindrical-coordinate representation of color #F2F00D: hue angle of 59.48º degrees, saturation: 0.9, 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 #F2F00D is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 13 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.05 |
| HSL | 59.48º | 0.9% | 0.5% | - |
| HSV(B) | 59.48º | 0.95% | 0.95% | - |
| XYZ | 67.85 | 81.23 | 12.48 | - |
| YUV | 214.72 | 14.16 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 13 | 0 | 0.01 | 0.95 | 0.05 | 59.48 | 0.9 | 0.5 |
| Hex | F2 | F0 | D | 0 | 1 | 5F | 5 | 3B | 5A | 32 |
| Octal | 362 | 360 | 15 | 0 | 1 | 137 | 5 | 73 | 132 | 62 |
| Binary | 11110010 | 11110000 | 1101 | 0 | 1 | 1011111 | 101 | 111011 | 1011010 | 110010 |
Color Harmonies of #F2F00D
Complementary color
Monochromatic Colors of #F2F00D
Black with #F2F00D
Text Example
Text Example
White with #F2F00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F00D; }
p { color: rgb(242,240,13); }
H1.HeaderClassName
{
color: #F2F00D;
}
.AnyTagClassName
{
color: #F2F00D;
}
</style>
background-color css
<style>
a { background-color: #F2F00D; }
a { background-color: rgb(242,240,13); }
div.DivClassName
{
background-color: #F2F00D;
}
.BgClassName
{
background-color: #F2F00D;
}
</style>
border-color css
<style>
span { border-color: #F2F00D; }
span { border-color: rgb(242,240,13); }
td.TdClassName
{
border-color: #F2F00D;
}
.TagClassName
{
border-color: #F2F00D;
}
</style>