Shades of Lemon #F3F11C
Tints of Lemon #F3F11C
RGB
CMYK
RGB Variations
Color information
#F3F11C (or 0xF3F11C) is known color: Lemon. HEX triplet: F3, F1 and 1C. RGB value is (243,241,28). Sum of RGB (Red+Green+Blue) = 243+241+28=512 (67% of max value = 765). Red value is 243 (95.31% from 255 or 47.46% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 28 (11.33% from 255 or 5.47% from 512); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F11C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3F11C is #0C0EE3. Grayscale: #DADADA. Windows color (decimal): -790244 or 1896947. OLE color: 1896947.
HSL color Cylindrical-coordinate representation of color #F3F11C: hue angle of 59.44º 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 #F3F11C is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 241 | 28 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.05 |
| HSL | 59.44º | 0.9% | 0.53% | - |
| HSV(B) | 59.44º | 0.88% | 0.95% | - |
| XYZ | 68.63 | 82.05 | 13.32 | - |
| YUV | 217.32 | 21.16 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 241 | 28 | 0 | 0.01 | 0.88 | 0.05 | 59.44 | 0.9 | 0.53 |
| Hex | F3 | F1 | 1C | 0 | 1 | 58 | 5 | 3B | 5A | 35 |
| Octal | 363 | 361 | 34 | 0 | 1 | 130 | 5 | 73 | 132 | 65 |
| Binary | 11110011 | 11110001 | 11100 | 0 | 1 | 1011000 | 101 | 111011 | 1011010 | 110101 |
Color Harmonies of #F3F11C
Complementary color
Monochromatic Colors of #F3F11C
Black with #F3F11C
Text Example
Text Example
White with #F3F11C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3F11C; }
p { color: rgb(243,241,28); }
H1.HeaderClassName
{
color: #F3F11C;
}
.AnyTagClassName
{
color: #F3F11C;
}
</style>
background-color css
<style>
a { background-color: #F3F11C; }
a { background-color: rgb(243,241,28); }
div.DivClassName
{
background-color: #F3F11C;
}
.BgClassName
{
background-color: #F3F11C;
}
</style>
border-color css
<style>
span { border-color: #F3F11C; }
span { border-color: rgb(243,241,28); }
td.TdClassName
{
border-color: #F3F11C;
}
.TagClassName
{
border-color: #F3F11C;
}
</style>