Shades of Lemon #F3E30B
Tints of Lemon #F3E30B
RGB
CMYK
RGB Variations
Color information
#F3E30B (or 0xF3E30B) is known color: Lemon. HEX triplet: F3, E3 and 0B. RGB value is (243,227,11). Sum of RGB (Red+Green+Blue) = 243+227+11=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E30B is #0C1CF4. Grayscale: #D0D0D0. Windows color (decimal): -793845 or 779251. OLE color: 779251.
HSL color Cylindrical-coordinate representation of color #F3E30B: hue angle of 55.86º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3E30B is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 11 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.05 |
| HSL | 55.86º | 0.91% | 0.5% | - |
| HSV(B) | 55.86º | 0.95% | 0.95% | - |
| XYZ | 64.49 | 74.02 | 11.2 | - |
| YUV | 207.16 | 17.3 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 11 | 0 | 0.07 | 0.95 | 0.05 | 55.86 | 0.91 | 0.5 |
| Hex | F3 | E3 | B | 0 | 7 | 5F | 5 | 38 | 5B | 32 |
| Octal | 363 | 343 | 13 | 0 | 7 | 137 | 5 | 70 | 133 | 62 |
| Binary | 11110011 | 11100011 | 1011 | 0 | 111 | 1011111 | 101 | 111000 | 1011011 | 110010 |
Color Harmonies of #F3E30B
Complementary color
Monochromatic Colors of #F3E30B
Black with #F3E30B
Text Example
Text Example
White with #F3E30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E30B; }
p { color: rgb(243,227,11); }
H1.HeaderClassName
{
color: #F3E30B;
}
.AnyTagClassName
{
color: #F3E30B;
}
</style>
background-color css
<style>
a { background-color: #F3E30B; }
a { background-color: rgb(243,227,11); }
div.DivClassName
{
background-color: #F3E30B;
}
.BgClassName
{
background-color: #F3E30B;
}
</style>
border-color css
<style>
span { border-color: #F3E30B; }
span { border-color: rgb(243,227,11); }
td.TdClassName
{
border-color: #F3E30B;
}
.TagClassName
{
border-color: #F3E30B;
}
</style>