Shades of Lemon #FFF41C
Tints of Lemon #FFF41C
RGB
CMYK
RGB Variations
Color information
#FFF41C (or 0xFFF41C) is known color: Lemon. HEX triplet: FF, F4 and 1C. RGB value is (255,244,28). Sum of RGB (Red+Green+Blue) = 255+244+28=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 244 (95.70% from 255 or 46.30% from 527); Blue value is 28 (11.33% from 255 or 5.31% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF41C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF41C is #000BE3. Grayscale: #DFDFDF. Windows color (decimal): -3044 or 1897727. OLE color: 1897727.
HSL color Cylindrical-coordinate representation of color #FFF41C: hue angle of 57.09º 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 #FFF41C is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 28 | - |
| CMYK | 0 | 0.04 | 0.89 | 0 |
| HSL | 57.09º | 1% | 0.55% | - |
| HSV(B) | 57.09º | 0.89% | 1% | - |
| XYZ | 73.8 | 86.05 | 13.82 | - |
| YUV | 222.67 | 18.14 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 28 | 0 | 0.04 | 0.89 | 0 | 57.09 | 1 | 0.55 |
| Hex | FF | F4 | 1C | 0 | 4 | 59 | 0 | 39 | 64 | 37 |
| Octal | 377 | 364 | 34 | 0 | 4 | 131 | 0 | 71 | 144 | 67 |
| Binary | 11111111 | 11110100 | 11100 | 0 | 100 | 1011001 | 0 | 111001 | 1100100 | 110111 |
Color Harmonies of #FFF41C
Complementary color
Monochromatic Colors of #FFF41C
Black with #FFF41C
Text Example
Text Example
White with #FFF41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF41C; }
p { color: rgb(255,244,28); }
H1.HeaderClassName
{
color: #FFF41C;
}
.AnyTagClassName
{
color: #FFF41C;
}
</style>
background-color css
<style>
a { background-color: #FFF41C; }
a { background-color: rgb(255,244,28); }
div.DivClassName
{
background-color: #FFF41C;
}
.BgClassName
{
background-color: #FFF41C;
}
</style>
border-color css
<style>
span { border-color: #FFF41C; }
span { border-color: rgb(255,244,28); }
td.TdClassName
{
border-color: #FFF41C;
}
.TagClassName
{
border-color: #FFF41C;
}
</style>