Shades of Lemon #F1F00B
Tints of Lemon #F1F00B
RGB
CMYK
RGB Variations
Color information
#F1F00B (or 0xF1F00B) is known color: Lemon. HEX triplet: F1, F0 and 0B. RGB value is (241,240,11). Sum of RGB (Red+Green+Blue) = 241+240+11=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 11 (4.69% from 255 or 2.24% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F1F00B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F1F00B is #0E0FF4. Grayscale: #D7D7D7. Windows color (decimal): -921589 or 782577. OLE color: 782577.
HSL color Cylindrical-coordinate representation of color #F1F00B: hue angle of 59.74º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1F00B is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 240 | 11 | - |
| CMYK | 0 | 0.00 | 0.95 | 0.05 |
| HSL | 59.74º | 0.91% | 0.49% | - |
| HSV(B) | 59.74º | 0.95% | 0.95% | - |
| XYZ | 67.5 | 81.05 | 12.4 | - |
| YUV | 214.19 | 13.33 | 147.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 240 | 11 | 0 | 0.00 | 0.95 | 0.05 | 59.74 | 0.91 | 0.49 |
| Hex | F1 | F0 | B | 0 | 0 | 5F | 5 | 3C | 5B | 31 |
| Octal | 361 | 360 | 13 | 0 | 0 | 137 | 5 | 74 | 133 | 61 |
| Binary | 11110001 | 11110000 | 1011 | 0 | 0 | 1011111 | 101 | 111100 | 1011011 | 110001 |
Color Harmonies of #F1F00B
Complementary color
Monochromatic Colors of #F1F00B
Black with #F1F00B
Text Example
Text Example
White with #F1F00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F00B; }
p { color: rgb(241,240,11); }
H1.HeaderClassName
{
color: #F1F00B;
}
.AnyTagClassName
{
color: #F1F00B;
}
</style>
background-color css
<style>
a { background-color: #F1F00B; }
a { background-color: rgb(241,240,11); }
div.DivClassName
{
background-color: #F1F00B;
}
.BgClassName
{
background-color: #F1F00B;
}
</style>
border-color css
<style>
span { border-color: #F1F00B; }
span { border-color: rgb(241,240,11); }
td.TdClassName
{
border-color: #F1F00B;
}
.TagClassName
{
border-color: #F1F00B;
}
</style>