Shades of Lemon #F3E613
Tints of Lemon #F3E613
RGB
CMYK
RGB Variations
Color information
#F3E613 (or 0xF3E613) is known color: Lemon. HEX triplet: F3, E6 and 13. RGB value is (243,230,19). Sum of RGB (Red+Green+Blue) = 243+230+19=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 230 (90.23% from 255 or 46.75% from 492); Blue value is 19 (7.81% from 255 or 3.86% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E613 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3E613 is #0C19EC. Grayscale: #D2D2D2. Windows color (decimal): -793069 or 1304307. OLE color: 1304307.
HSL color Cylindrical-coordinate representation of color #F3E613: hue angle of 56.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3E613 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 19 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.05 |
| HSL | 56.52º | 0.9% | 0.51% | - |
| HSV(B) | 56.52º | 0.92% | 0.95% | - |
| XYZ | 65.38 | 75.7 | 11.78 | - |
| YUV | 209.83 | 20.31 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 19 | 0 | 0.05 | 0.92 | 0.05 | 56.52 | 0.9 | 0.51 |
| Hex | F3 | E6 | 13 | 0 | 5 | 5C | 5 | 39 | 5A | 33 |
| Octal | 363 | 346 | 23 | 0 | 5 | 134 | 5 | 71 | 132 | 63 |
| Binary | 11110011 | 11100110 | 10011 | 0 | 101 | 1011100 | 101 | 111001 | 1011010 | 110011 |
Color Harmonies of #F3E613
Complementary color
Monochromatic Colors of #F3E613
Black with #F3E613
Text Example
Text Example
White with #F3E613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E613; }
p { color: rgb(243,230,19); }
H1.HeaderClassName
{
color: #F3E613;
}
.AnyTagClassName
{
color: #F3E613;
}
</style>
background-color css
<style>
a { background-color: #F3E613; }
a { background-color: rgb(243,230,19); }
div.DivClassName
{
background-color: #F3E613;
}
.BgClassName
{
background-color: #F3E613;
}
</style>
border-color css
<style>
span { border-color: #F3E613; }
span { border-color: rgb(243,230,19); }
td.TdClassName
{
border-color: #F3E613;
}
.TagClassName
{
border-color: #F3E613;
}
</style>