Shades of Lemon #FFF11F
Tints of Lemon #FFF11F
RGB
CMYK
RGB Variations
Color information
#FFF11F (or 0xFFF11F) is known color: Lemon. HEX triplet: FF, F1 and 1F. RGB value is (255,241,31). Sum of RGB (Red+Green+Blue) = 255+241+31=527 (69% of max value = 765). Red value is 255 (100% from 255 or 48.39% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 31 (12.5% from 255 or 5.88% from 527); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF11F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFF11F is #000EE0. Grayscale: #DEDEDE. Windows color (decimal): -3809 or 2093567. OLE color: 2093567.
HSL color Cylindrical-coordinate representation of color #FFF11F: hue angle of 56.25º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFF11F is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 241 | 31 | - |
| CMYK | 0 | 0.05 | 0.88 | 0 |
| HSL | 56.25º | 1% | 0.56% | - |
| HSV(B) | 56.25º | 0.88% | 1% | - |
| XYZ | 72.94 | 84.27 | 13.72 | - |
| YUV | 221.25 | 20.64 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 241 | 31 | 0 | 0.05 | 0.88 | 0 | 56.25 | 1 | 0.56 |
| Hex | FF | F1 | 1F | 0 | 5 | 58 | 0 | 38 | 64 | 38 |
| Octal | 377 | 361 | 37 | 0 | 5 | 130 | 0 | 70 | 144 | 70 |
| Binary | 11111111 | 11110001 | 11111 | 0 | 101 | 1011000 | 0 | 111000 | 1100100 | 111000 |
Color Harmonies of #FFF11F
Complementary color
Monochromatic Colors of #FFF11F
Black with #FFF11F
Text Example
Text Example
White with #FFF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF11F; }
p { color: rgb(255,241,31); }
H1.HeaderClassName
{
color: #FFF11F;
}
.AnyTagClassName
{
color: #FFF11F;
}
</style>
background-color css
<style>
a { background-color: #FFF11F; }
a { background-color: rgb(255,241,31); }
div.DivClassName
{
background-color: #FFF11F;
}
.BgClassName
{
background-color: #FFF11F;
}
</style>
border-color css
<style>
span { border-color: #FFF11F; }
span { border-color: rgb(255,241,31); }
td.TdClassName
{
border-color: #FFF11F;
}
.TagClassName
{
border-color: #FFF11F;
}
</style>