Shades of Lemon #F3E60E
Tints of Lemon #F3E60E
RGB
CMYK
RGB Variations
Color information
#F3E60E (or 0xF3E60E) is known color: Lemon. HEX triplet: F3, E6 and 0E. RGB value is (243,230,14). Sum of RGB (Red+Green+Blue) = 243+230+14=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 230 (90.23% from 255 or 47.23% from 487); Blue value is 14 (5.86% from 255 or 2.87% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3E60E is #0C19F1. Grayscale: #D2D2D2. Windows color (decimal): -793074 or 976627. OLE color: 976627.
HSL color Cylindrical-coordinate representation of color #F3E60E: hue angle of 56.59º 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 #F3E60E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 14 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.05 |
| HSL | 56.59º | 0.91% | 0.5% | - |
| HSV(B) | 56.59º | 0.94% | 0.95% | - |
| XYZ | 65.34 | 75.68 | 11.58 | - |
| YUV | 209.26 | 17.81 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 14 | 0 | 0.05 | 0.94 | 0.05 | 56.59 | 0.91 | 0.5 |
| Hex | F3 | E6 | E | 0 | 5 | 5E | 5 | 39 | 5B | 32 |
| Octal | 363 | 346 | 16 | 0 | 5 | 136 | 5 | 71 | 133 | 62 |
| Binary | 11110011 | 11100110 | 1110 | 0 | 101 | 1011110 | 101 | 111001 | 1011011 | 110010 |
Color Harmonies of #F3E60E
Complementary color
Monochromatic Colors of #F3E60E
Black with #F3E60E
Text Example
Text Example
White with #F3E60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E60E; }
p { color: rgb(243,230,14); }
H1.HeaderClassName
{
color: #F3E60E;
}
.AnyTagClassName
{
color: #F3E60E;
}
</style>
background-color css
<style>
a { background-color: #F3E60E; }
a { background-color: rgb(243,230,14); }
div.DivClassName
{
background-color: #F3E60E;
}
.BgClassName
{
background-color: #F3E60E;
}
</style>
border-color css
<style>
span { border-color: #F3E60E; }
span { border-color: rgb(243,230,14); }
td.TdClassName
{
border-color: #F3E60E;
}
.TagClassName
{
border-color: #F3E60E;
}
</style>