Shades of Lemon #FFF80F
Tints of Lemon #FFF80F
RGB
CMYK
RGB Variations
Color information
#FFF80F (or 0xFFF80F) is known color: Lemon. HEX triplet: FF, F8 and 0F. RGB value is (255,248,15). Sum of RGB (Red+Green+Blue) = 255+248+15=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 248 (97.27% from 255 or 47.88% from 518); Blue value is 15 (6.25% from 255 or 2.90% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF80F is #0007F0. Grayscale: #E0E0E0. Windows color (decimal): -2033 or 1046783. OLE color: 1046783.
HSL color Cylindrical-coordinate representation of color #FFF80F: hue angle of 58.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FFF80F is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 248 | 15 | - |
| CMYK | 0 | 0.03 | 0.94 | 0 |
| HSL | 58.25º | 1% | 0.53% | - |
| HSV(B) | 58.25º | 0.94% | 1% | - |
| XYZ | 74.89 | 88.43 | 13.57 | - |
| YUV | 223.53 | 10.32 | 150.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 248 | 15 | 0 | 0.03 | 0.94 | 0 | 58.25 | 1 | 0.53 |
| Hex | FF | F8 | F | 0 | 3 | 5E | 0 | 3A | 64 | 35 |
| Octal | 377 | 370 | 17 | 0 | 3 | 136 | 0 | 72 | 144 | 65 |
| Binary | 11111111 | 11111000 | 1111 | 0 | 11 | 1011110 | 0 | 111010 | 1100100 | 110101 |
Color Harmonies of #FFF80F
Complementary color
Monochromatic Colors of #FFF80F
Black with #FFF80F
Text Example
Text Example
White with #FFF80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF80F; }
p { color: rgb(255,248,15); }
H1.HeaderClassName
{
color: #FFF80F;
}
.AnyTagClassName
{
color: #FFF80F;
}
</style>
background-color css
<style>
a { background-color: #FFF80F; }
a { background-color: rgb(255,248,15); }
div.DivClassName
{
background-color: #FFF80F;
}
.BgClassName
{
background-color: #FFF80F;
}
</style>
border-color css
<style>
span { border-color: #FFF80F; }
span { border-color: rgb(255,248,15); }
td.TdClassName
{
border-color: #FFF80F;
}
.TagClassName
{
border-color: #FFF80F;
}
</style>