Shades of Lemon #FFF41B
Tints of Lemon #FFF41B
RGB
CMYK
RGB Variations
Color information
#FFF41B (or 0xFFF41B) is known color: Lemon. HEX triplet: FF, F4 and 1B. RGB value is (255,244,27). Sum of RGB (Red+Green+Blue) = 255+244+27=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 27 (10.94% from 255 or 5.13% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF41B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF41B is #000BE4. Grayscale: #DFDFDF. Windows color (decimal): -3045 or 1832191. OLE color: 1832191.
HSL color Cylindrical-coordinate representation of color #FFF41B: hue angle of 57.11º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FFF41B is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 27 | - |
| CMYK | 0 | 0.04 | 0.89 | 0 |
| HSL | 57.11º | 1% | 0.55% | - |
| HSV(B) | 57.11º | 0.89% | 1% | - |
| XYZ | 73.79 | 86.04 | 13.76 | - |
| YUV | 222.55 | 17.64 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 27 | 0 | 0.04 | 0.89 | 0 | 57.11 | 1 | 0.55 |
| Hex | FF | F4 | 1B | 0 | 4 | 59 | 0 | 39 | 64 | 37 |
| Octal | 377 | 364 | 33 | 0 | 4 | 131 | 0 | 71 | 144 | 67 |
| Binary | 11111111 | 11110100 | 11011 | 0 | 100 | 1011001 | 0 | 111001 | 1100100 | 110111 |
Color Harmonies of #FFF41B
Complementary color
Monochromatic Colors of #FFF41B
Black with #FFF41B
Text Example
Text Example
White with #FFF41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF41B; }
p { color: rgb(255,244,27); }
H1.HeaderClassName
{
color: #FFF41B;
}
.AnyTagClassName
{
color: #FFF41B;
}
</style>
background-color css
<style>
a { background-color: #FFF41B; }
a { background-color: rgb(255,244,27); }
div.DivClassName
{
background-color: #FFF41B;
}
.BgClassName
{
background-color: #FFF41B;
}
</style>
border-color css
<style>
span { border-color: #FFF41B; }
span { border-color: rgb(255,244,27); }
td.TdClassName
{
border-color: #FFF41B;
}
.TagClassName
{
border-color: #FFF41B;
}
</style>