Shades of Lemon #F8F313
Tints of Lemon #F8F313
RGB
CMYK
RGB Variations
Color information
#F8F313 (or 0xF8F313) is known color: Lemon. HEX triplet: F8, F3 and 13. RGB value is (248,243,19). Sum of RGB (Red+Green+Blue) = 248+243+19=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 243 (95.31% from 255 or 47.65% from 510); Blue value is 19 (7.81% from 255 or 3.73% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F313 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F313 is #070CEC. Grayscale: #DBDBDB. Windows color (decimal): -462061 or 1307640. OLE color: 1307640.
HSL color Cylindrical-coordinate representation of color #F8F313: hue angle of 58.69º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F8F313 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 19 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.03 |
| HSL | 58.69º | 0.94% | 0.52% | - |
| HSV(B) | 58.69º | 0.92% | 0.97% | - |
| XYZ | 70.88 | 84.1 | 13.11 | - |
| YUV | 218.96 | 15.16 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 19 | 0 | 0.02 | 0.92 | 0.03 | 58.69 | 0.94 | 0.52 |
| Hex | F8 | F3 | 13 | 0 | 2 | 5C | 3 | 3B | 5E | 34 |
| Octal | 370 | 363 | 23 | 0 | 2 | 134 | 3 | 73 | 136 | 64 |
| Binary | 11111000 | 11110011 | 10011 | 0 | 10 | 1011100 | 11 | 111011 | 1011110 | 110100 |
Color Harmonies of #F8F313
Complementary color
Monochromatic Colors of #F8F313
Black with #F8F313
Text Example
Text Example
White with #F8F313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F313; }
p { color: rgb(248,243,19); }
H1.HeaderClassName
{
color: #F8F313;
}
.AnyTagClassName
{
color: #F8F313;
}
</style>
background-color css
<style>
a { background-color: #F8F313; }
a { background-color: rgb(248,243,19); }
div.DivClassName
{
background-color: #F8F313;
}
.BgClassName
{
background-color: #F8F313;
}
</style>
border-color css
<style>
span { border-color: #F8F313; }
span { border-color: rgb(248,243,19); }
td.TdClassName
{
border-color: #F8F313;
}
.TagClassName
{
border-color: #F8F313;
}
</style>