Shades of Lemon #F3E80D
Tints of Lemon #F3E80D
RGB
CMYK
RGB Variations
Color information
#F3E80D (or 0xF3E80D) is known color: Lemon. HEX triplet: F3, E8 and 0D. RGB value is (243,232,13). Sum of RGB (Red+Green+Blue) = 243+232+13=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 232 (91.02% from 255 or 47.54% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3E80D is #0C17F2. Grayscale: #D3D3D3. Windows color (decimal): -792563 or 911603. OLE color: 911603.
HSL color Cylindrical-coordinate representation of color #F3E80D: hue angle of 57.13º 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 #F3E80D is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 232 | 13 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.05 |
| HSL | 57.13º | 0.91% | 0.5% | - |
| HSV(B) | 57.13º | 0.95% | 0.95% | - |
| XYZ | 65.89 | 76.8 | 11.73 | - |
| YUV | 210.32 | 16.64 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 232 | 13 | 0 | 0.05 | 0.95 | 0.05 | 57.13 | 0.91 | 0.5 |
| Hex | F3 | E8 | D | 0 | 5 | 5F | 5 | 39 | 5B | 32 |
| Octal | 363 | 350 | 15 | 0 | 5 | 137 | 5 | 71 | 133 | 62 |
| Binary | 11110011 | 11101000 | 1101 | 0 | 101 | 1011111 | 101 | 111001 | 1011011 | 110010 |
Color Harmonies of #F3E80D
Complementary color
Monochromatic Colors of #F3E80D
Black with #F3E80D
Text Example
Text Example
White with #F3E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E80D; }
p { color: rgb(243,232,13); }
H1.HeaderClassName
{
color: #F3E80D;
}
.AnyTagClassName
{
color: #F3E80D;
}
</style>
background-color css
<style>
a { background-color: #F3E80D; }
a { background-color: rgb(243,232,13); }
div.DivClassName
{
background-color: #F3E80D;
}
.BgClassName
{
background-color: #F3E80D;
}
</style>
border-color css
<style>
span { border-color: #F3E80D; }
span { border-color: rgb(243,232,13); }
td.TdClassName
{
border-color: #F3E80D;
}
.TagClassName
{
border-color: #F3E80D;
}
</style>