Shades of Lemon #F8F207
Tints of Lemon #F8F207
RGB
CMYK
RGB Variations
Color information
#F8F207 (or 0xF8F207) is known color: Lemon. HEX triplet: F8, F2 and 07. RGB value is (248,242,7). Sum of RGB (Red+Green+Blue) = 248+242+7=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 7 (3.12% from 255 or 1.41% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F207 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F207 is #070DF8. Grayscale: #D9D9D9. Windows color (decimal): -462329 or 520952. OLE color: 520952.
HSL color Cylindrical-coordinate representation of color #F8F207: hue angle of 58.51º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F8F207 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 242 | 7 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.03 |
| HSL | 58.51º | 0.95% | 0.5% | - |
| HSV(B) | 58.51º | 0.97% | 0.97% | - |
| XYZ | 70.5 | 83.48 | 12.6 | - |
| YUV | 217 | 9.49 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 242 | 7 | 0 | 0.02 | 0.97 | 0.03 | 58.51 | 0.95 | 0.5 |
| Hex | F8 | F2 | 7 | 0 | 2 | 61 | 3 | 3B | 5F | 32 |
| Octal | 370 | 362 | 7 | 0 | 2 | 141 | 3 | 73 | 137 | 62 |
| Binary | 11111000 | 11110010 | 111 | 0 | 10 | 1100001 | 11 | 111011 | 1011111 | 110010 |
Color Harmonies of #F8F207
Complementary color
Monochromatic Colors of #F8F207
Black with #F8F207
Text Example
Text Example
White with #F8F207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F207; }
p { color: rgb(248,242,7); }
H1.HeaderClassName
{
color: #F8F207;
}
.AnyTagClassName
{
color: #F8F207;
}
</style>
background-color css
<style>
a { background-color: #F8F207; }
a { background-color: rgb(248,242,7); }
div.DivClassName
{
background-color: #F8F207;
}
.BgClassName
{
background-color: #F8F207;
}
</style>
border-color css
<style>
span { border-color: #F8F207; }
span { border-color: rgb(248,242,7); }
td.TdClassName
{
border-color: #F8F207;
}
.TagClassName
{
border-color: #F8F207;
}
</style>