Shades of Lemon #F3E40E
Tints of Lemon #F3E40E
RGB
CMYK
RGB Variations
Color information
#F3E40E (or 0xF3E40E) is known color: Lemon. HEX triplet: F3, E4 and 0E. RGB value is (243,228,14). Sum of RGB (Red+Green+Blue) = 243+228+14=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 14 (5.86% from 255 or 2.89% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E40E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E40E is #0C1BF1. Grayscale: #D0D0D0. Windows color (decimal): -793586 or 976115. OLE color: 976115.
HSL color Cylindrical-coordinate representation of color #F3E40E: hue angle of 56.07º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3E40E is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 228 | 14 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.05 |
| HSL | 56.07º | 0.91% | 0.5% | - |
| HSV(B) | 56.07º | 0.94% | 0.95% | - |
| XYZ | 64.78 | 74.57 | 11.4 | - |
| YUV | 208.09 | 18.47 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 228 | 14 | 0 | 0.06 | 0.94 | 0.05 | 56.07 | 0.91 | 0.5 |
| Hex | F3 | E4 | E | 0 | 6 | 5E | 5 | 38 | 5B | 32 |
| Octal | 363 | 344 | 16 | 0 | 6 | 136 | 5 | 70 | 133 | 62 |
| Binary | 11110011 | 11100100 | 1110 | 0 | 110 | 1011110 | 101 | 111000 | 1011011 | 110010 |
Color Harmonies of #F3E40E
Complementary color
Monochromatic Colors of #F3E40E
Black with #F3E40E
Text Example
Text Example
White with #F3E40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E40E; }
p { color: rgb(243,228,14); }
H1.HeaderClassName
{
color: #F3E40E;
}
.AnyTagClassName
{
color: #F3E40E;
}
</style>
background-color css
<style>
a { background-color: #F3E40E; }
a { background-color: rgb(243,228,14); }
div.DivClassName
{
background-color: #F3E40E;
}
.BgClassName
{
background-color: #F3E40E;
}
</style>
border-color css
<style>
span { border-color: #F3E40E; }
span { border-color: rgb(243,228,14); }
td.TdClassName
{
border-color: #F3E40E;
}
.TagClassName
{
border-color: #F3E40E;
}
</style>