Shades of Lemon #F3EA1D
Tints of Lemon #F3EA1D
RGB
CMYK
RGB Variations
Color information
#F3EA1D (or 0xF3EA1D) is known color: Lemon. HEX triplet: F3, EA and 1D. RGB value is (243,234,29). Sum of RGB (Red+Green+Blue) = 243+234+29=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 29 (11.72% from 255 or 5.73% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F3EA1D is #0C15E2. Grayscale: #D6D6D6. Windows color (decimal): -792035 or 1960691. OLE color: 1960691.
HSL color Cylindrical-coordinate representation of color #F3EA1D: hue angle of 57.48º 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 #F3EA1D is Cyan = 0, Magento = 0.04, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 234 | 29 | - |
| CMYK | 0 | 0.04 | 0.88 | 0.05 |
| HSL | 57.48º | 0.9% | 0.53% | - |
| HSV(B) | 57.48º | 0.88% | 0.95% | - |
| XYZ | 66.61 | 77.99 | 12.71 | - |
| YUV | 213.32 | 23.98 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 234 | 29 | 0 | 0.04 | 0.88 | 0.05 | 57.48 | 0.9 | 0.53 |
| Hex | F3 | EA | 1D | 0 | 4 | 58 | 5 | 39 | 5A | 35 |
| Octal | 363 | 352 | 35 | 0 | 4 | 130 | 5 | 71 | 132 | 65 |
| Binary | 11110011 | 11101010 | 11101 | 0 | 100 | 1011000 | 101 | 111001 | 1011010 | 110101 |
Color Harmonies of #F3EA1D
Complementary color
Monochromatic Colors of #F3EA1D
Black with #F3EA1D
Text Example
Text Example
White with #F3EA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3EA1D; }
p { color: rgb(243,234,29); }
H1.HeaderClassName
{
color: #F3EA1D;
}
.AnyTagClassName
{
color: #F3EA1D;
}
</style>
background-color css
<style>
a { background-color: #F3EA1D; }
a { background-color: rgb(243,234,29); }
div.DivClassName
{
background-color: #F3EA1D;
}
.BgClassName
{
background-color: #F3EA1D;
}
</style>
border-color css
<style>
span { border-color: #F3EA1D; }
span { border-color: rgb(243,234,29); }
td.TdClassName
{
border-color: #F3EA1D;
}
.TagClassName
{
border-color: #F3EA1D;
}
</style>