Shades of Lemon #FFF618
Tints of Lemon #FFF618
RGB
CMYK
RGB Variations
Color information
#FFF618 (or 0xFFF618) is known color: Lemon. HEX triplet: FF, F6 and 18. RGB value is (255,246,24). Sum of RGB (Red+Green+Blue) = 255+246+24=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 24 (9.77% from 255 or 4.57% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF618 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF618 is #0009E7. Grayscale: #E0E0E0. Windows color (decimal): -2536 or 1636095. OLE color: 1636095.
HSL color Cylindrical-coordinate representation of color #FFF618: hue angle of 57.66º 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 #FFF618 is Cyan = 0, Magento = 0.04, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 24 | - |
| CMYK | 0 | 0.04 | 0.91 | 0 |
| HSL | 57.66º | 1% | 0.55% | - |
| HSV(B) | 57.66º | 0.91% | 1% | - |
| XYZ | 74.36 | 87.24 | 13.78 | - |
| YUV | 223.38 | 15.48 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 24 | 0 | 0.04 | 0.91 | 0 | 57.66 | 1 | 0.55 |
| Hex | FF | F6 | 18 | 0 | 4 | 5B | 0 | 3A | 64 | 37 |
| Octal | 377 | 366 | 30 | 0 | 4 | 133 | 0 | 72 | 144 | 67 |
| Binary | 11111111 | 11110110 | 11000 | 0 | 100 | 1011011 | 0 | 111010 | 1100100 | 110111 |
Color Harmonies of #FFF618
Complementary color
Monochromatic Colors of #FFF618
Black with #FFF618
Text Example
Text Example
White with #FFF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF618; }
p { color: rgb(255,246,24); }
H1.HeaderClassName
{
color: #FFF618;
}
.AnyTagClassName
{
color: #FFF618;
}
</style>
background-color css
<style>
a { background-color: #FFF618; }
a { background-color: rgb(255,246,24); }
div.DivClassName
{
background-color: #FFF618;
}
.BgClassName
{
background-color: #FFF618;
}
</style>
border-color css
<style>
span { border-color: #FFF618; }
span { border-color: rgb(255,246,24); }
td.TdClassName
{
border-color: #FFF618;
}
.TagClassName
{
border-color: #FFF618;
}
</style>