Shades of Lemon #F1F31C
Tints of Lemon #F1F31C
RGB
CMYK
RGB Variations
Color information
#F1F31C (or 0xF1F31C) is known color: Lemon. HEX triplet: F1, F3 and 1C. RGB value is (241,243,28). Sum of RGB (Red+Green+Blue) = 241+243+28=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 28 (11.33% from 255 or 5.47% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #F1F31C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F1F31C is #0E0CE3. Grayscale: #DADADA. Windows color (decimal): -920804 or 1897457. OLE color: 1897457.
HSL color Cylindrical-coordinate representation of color #F1F31C: hue angle of 60.56º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1F31C is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 243 | 28 | - |
| CMYK | 0.01 | 0 | 0.88 | 0.05 |
| HSL | 60.56º | 0.9% | 0.53% | - |
| HSV(B) | 60.56º | 0.88% | 0.95% | - |
| XYZ | 68.54 | 82.89 | 13.48 | - |
| YUV | 217.89 | 20.84 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 243 | 28 | 0.01 | 0 | 0.88 | 0.05 | 60.56 | 0.9 | 0.53 |
| Hex | F1 | F3 | 1C | 1 | 0 | 58 | 5 | 3D | 5A | 35 |
| Octal | 361 | 363 | 34 | 1 | 0 | 130 | 5 | 75 | 132 | 65 |
| Binary | 11110001 | 11110011 | 11100 | 1 | 0 | 1011000 | 101 | 111101 | 1011010 | 110101 |
Color Harmonies of #F1F31C
Complementary color
Monochromatic Colors of #F1F31C
Black with #F1F31C
Text Example
Text Example
White with #F1F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F31C; }
p { color: rgb(241,243,28); }
H1.HeaderClassName
{
color: #F1F31C;
}
.AnyTagClassName
{
color: #F1F31C;
}
</style>
background-color css
<style>
a { background-color: #F1F31C; }
a { background-color: rgb(241,243,28); }
div.DivClassName
{
background-color: #F1F31C;
}
.BgClassName
{
background-color: #F1F31C;
}
</style>
border-color css
<style>
span { border-color: #F1F31C; }
span { border-color: rgb(241,243,28); }
td.TdClassName
{
border-color: #F1F31C;
}
.TagClassName
{
border-color: #F1F31C;
}
</style>