Shades of Lemon #FFF418
Tints of Lemon #FFF418
RGB
CMYK
RGB Variations
Color information
#FFF418 (or 0xFFF418) is known color: Lemon. HEX triplet: FF, F4 and 18. RGB value is (255,244,24). Sum of RGB (Red+Green+Blue) = 255+244+24=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 24 (9.77% from 255 or 4.59% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF418 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF418 is #000BE7. Grayscale: #DFDFDF. Windows color (decimal): -3048 or 1635583. OLE color: 1635583.
HSL color Cylindrical-coordinate representation of color #FFF418: hue angle of 57.14º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FFF418 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 24 | - |
| CMYK | 0 | 0.04 | 0.91 | 0 |
| HSL | 57.14º | 1% | 0.55% | - |
| HSV(B) | 57.14º | 0.91% | 1% | - |
| XYZ | 73.76 | 86.03 | 13.58 | - |
| YUV | 222.21 | 16.14 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 24 | 0 | 0.04 | 0.91 | 0 | 57.14 | 1 | 0.55 |
| Hex | FF | F4 | 18 | 0 | 4 | 5B | 0 | 39 | 64 | 37 |
| Octal | 377 | 364 | 30 | 0 | 4 | 133 | 0 | 71 | 144 | 67 |
| Binary | 11111111 | 11110100 | 11000 | 0 | 100 | 1011011 | 0 | 111001 | 1100100 | 110111 |
Color Harmonies of #FFF418
Complementary color
Monochromatic Colors of #FFF418
Black with #FFF418
Text Example
Text Example
White with #FFF418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF418; }
p { color: rgb(255,244,24); }
H1.HeaderClassName
{
color: #FFF418;
}
.AnyTagClassName
{
color: #FFF418;
}
</style>
background-color css
<style>
a { background-color: #FFF418; }
a { background-color: rgb(255,244,24); }
div.DivClassName
{
background-color: #FFF418;
}
.BgClassName
{
background-color: #FFF418;
}
</style>
border-color css
<style>
span { border-color: #FFF418; }
span { border-color: rgb(255,244,24); }
td.TdClassName
{
border-color: #FFF418;
}
.TagClassName
{
border-color: #FFF418;
}
</style>