Shades of Lemon #F8F314
Tints of Lemon #F8F314
RGB
CMYK
RGB Variations
Color information
#F8F314 (or 0xF8F314) is known color: Lemon. HEX triplet: F8, F3 and 14. RGB value is (248,243,20). Sum of RGB (Red+Green+Blue) = 248+243+20=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 20 (8.20% from 255 or 3.91% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F314 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F314 is #070CEB. Grayscale: #DBDBDB. Windows color (decimal): -462060 or 1373176. OLE color: 1373176.
HSL color Cylindrical-coordinate representation of color #F8F314: hue angle of 58.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8F314 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 20 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.03 |
| HSL | 58.68º | 0.94% | 0.53% | - |
| HSV(B) | 58.68º | 0.92% | 0.97% | - |
| XYZ | 70.89 | 84.11 | 13.16 | - |
| YUV | 219.07 | 15.66 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 20 | 0 | 0.02 | 0.92 | 0.03 | 58.68 | 0.94 | 0.53 |
| Hex | F8 | F3 | 14 | 0 | 2 | 5C | 3 | 3B | 5E | 35 |
| Octal | 370 | 363 | 24 | 0 | 2 | 134 | 3 | 73 | 136 | 65 |
| Binary | 11111000 | 11110011 | 10100 | 0 | 10 | 1011100 | 11 | 111011 | 1011110 | 110101 |
Color Harmonies of #F8F314
Complementary color
Monochromatic Colors of #F8F314
Black with #F8F314
Text Example
Text Example
White with #F8F314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F314; }
p { color: rgb(248,243,20); }
H1.HeaderClassName
{
color: #F8F314;
}
.AnyTagClassName
{
color: #F8F314;
}
</style>
background-color css
<style>
a { background-color: #F8F314; }
a { background-color: rgb(248,243,20); }
div.DivClassName
{
background-color: #F8F314;
}
.BgClassName
{
background-color: #F8F314;
}
</style>
border-color css
<style>
span { border-color: #F8F314; }
span { border-color: rgb(248,243,20); }
td.TdClassName
{
border-color: #F8F314;
}
.TagClassName
{
border-color: #F8F314;
}
</style>