Shades of Lemon #F3E31C
Tints of Lemon #F3E31C
RGB
CMYK
RGB Variations
Color information
#F3E31C (or 0xF3E31C) is known color: Lemon. HEX triplet: F3, E3 and 1C. RGB value is (243,227,28). Sum of RGB (Red+Green+Blue) = 243+227+28=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 28 (11.33% from 255 or 5.62% from 498); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E31C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3E31C is #0C1CE3. Grayscale: #D1D1D1. Windows color (decimal): -793828 or 1893363. OLE color: 1893363.
HSL color Cylindrical-coordinate representation of color #F3E31C: hue angle of 55.53º 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 #F3E31C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 28 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.05 |
| HSL | 55.53º | 0.9% | 0.53% | - |
| HSV(B) | 55.53º | 0.88% | 0.95% | - |
| XYZ | 64.64 | 74.08 | 11.99 | - |
| YUV | 209.1 | 25.8 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 28 | 0 | 0.07 | 0.88 | 0.05 | 55.53 | 0.9 | 0.53 |
| Hex | F3 | E3 | 1C | 0 | 7 | 58 | 5 | 38 | 5A | 35 |
| Octal | 363 | 343 | 34 | 0 | 7 | 130 | 5 | 70 | 132 | 65 |
| Binary | 11110011 | 11100011 | 11100 | 0 | 111 | 1011000 | 101 | 111000 | 1011010 | 110101 |
Color Harmonies of #F3E31C
Complementary color
Monochromatic Colors of #F3E31C
Black with #F3E31C
Text Example
Text Example
White with #F3E31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E31C; }
p { color: rgb(243,227,28); }
H1.HeaderClassName
{
color: #F3E31C;
}
.AnyTagClassName
{
color: #F3E31C;
}
</style>
background-color css
<style>
a { background-color: #F3E31C; }
a { background-color: rgb(243,227,28); }
div.DivClassName
{
background-color: #F3E31C;
}
.BgClassName
{
background-color: #F3E31C;
}
</style>
border-color css
<style>
span { border-color: #F3E31C; }
span { border-color: rgb(243,227,28); }
td.TdClassName
{
border-color: #F3E31C;
}
.TagClassName
{
border-color: #F3E31C;
}
</style>