Shades of Lemon #F8F319
Tints of Lemon #F8F319
RGB
CMYK
RGB Variations
Color information
#F8F319 (or 0xF8F319) is known color: Lemon. HEX triplet: F8, F3 and 19. RGB value is (248,243,25). Sum of RGB (Red+Green+Blue) = 248+243+25=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 25 (10.16% from 255 or 4.84% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F319 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F8F319 is #070CE6. Grayscale: #DCDCDC. Windows color (decimal): -462055 or 1700856. OLE color: 1700856.
HSL color Cylindrical-coordinate representation of color #F8F319: hue angle of 58.65º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F8F319 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 243 | 25 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.03 |
| HSL | 58.65º | 0.94% | 0.54% | - |
| HSV(B) | 58.65º | 0.9% | 0.97% | - |
| XYZ | 70.94 | 84.13 | 13.42 | - |
| YUV | 219.64 | 18.16 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 243 | 25 | 0 | 0.02 | 0.90 | 0.03 | 58.65 | 0.94 | 0.54 |
| Hex | F8 | F3 | 19 | 0 | 2 | 5A | 3 | 3B | 5E | 36 |
| Octal | 370 | 363 | 31 | 0 | 2 | 132 | 3 | 73 | 136 | 66 |
| Binary | 11111000 | 11110011 | 11001 | 0 | 10 | 1011010 | 11 | 111011 | 1011110 | 110110 |
Color Harmonies of #F8F319
Complementary color
Monochromatic Colors of #F8F319
Black with #F8F319
Text Example
Text Example
White with #F8F319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8F319; }
p { color: rgb(248,243,25); }
H1.HeaderClassName
{
color: #F8F319;
}
.AnyTagClassName
{
color: #F8F319;
}
</style>
background-color css
<style>
a { background-color: #F8F319; }
a { background-color: rgb(248,243,25); }
div.DivClassName
{
background-color: #F8F319;
}
.BgClassName
{
background-color: #F8F319;
}
</style>
border-color css
<style>
span { border-color: #F8F319; }
span { border-color: rgb(248,243,25); }
td.TdClassName
{
border-color: #F8F319;
}
.TagClassName
{
border-color: #F8F319;
}
</style>