Shades of Lemon #FFF40B
Tints of Lemon #FFF40B
RGB
CMYK
RGB Variations
Color information
#FFF40B (or 0xFFF40B) is known color: Lemon. HEX triplet: FF, F4 and 0B. RGB value is (255,244,11). Sum of RGB (Red+Green+Blue) = 255+244+11=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 11 (4.69% from 255 or 2.16% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF40B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFF40B is #000BF4. Grayscale: #DDDDDD. Windows color (decimal): -3061 or 783615. OLE color: 783615.
HSL color Cylindrical-coordinate representation of color #FFF40B: hue angle of 57.3º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFF40B is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 11 | - |
| CMYK | 0 | 0.04 | 0.96 | 0 |
| HSL | 57.3º | 1% | 0.52% | - |
| HSV(B) | 57.3º | 0.96% | 1% | - |
| XYZ | 73.65 | 85.99 | 13.03 | - |
| YUV | 220.73 | 9.64 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 11 | 0 | 0.04 | 0.96 | 0 | 57.3 | 1 | 0.52 |
| Hex | FF | F4 | B | 0 | 4 | 60 | 0 | 39 | 64 | 34 |
| Octal | 377 | 364 | 13 | 0 | 4 | 140 | 0 | 71 | 144 | 64 |
| Binary | 11111111 | 11110100 | 1011 | 0 | 100 | 1100000 | 0 | 111001 | 1100100 | 110100 |
Color Harmonies of #FFF40B
Complementary color
Monochromatic Colors of #FFF40B
Black with #FFF40B
Text Example
Text Example
White with #FFF40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF40B; }
p { color: rgb(255,244,11); }
H1.HeaderClassName
{
color: #FFF40B;
}
.AnyTagClassName
{
color: #FFF40B;
}
</style>
background-color css
<style>
a { background-color: #FFF40B; }
a { background-color: rgb(255,244,11); }
div.DivClassName
{
background-color: #FFF40B;
}
.BgClassName
{
background-color: #FFF40B;
}
</style>
border-color css
<style>
span { border-color: #FFF40B; }
span { border-color: rgb(255,244,11); }
td.TdClassName
{
border-color: #FFF40B;
}
.TagClassName
{
border-color: #FFF40B;
}
</style>