Shades of Lemon #F3E60C
Tints of Lemon #F3E60C
RGB
CMYK
RGB Variations
Color information
#F3E60C (or 0xF3E60C) is known color: Lemon. HEX triplet: F3, E6 and 0C. RGB value is (243,230,12). Sum of RGB (Red+Green+Blue) = 243+230+12=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 230 (90.23% from 255 or 47.42% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E60C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3E60C is #0C19F3. Grayscale: #D1D1D1. Windows color (decimal): -793076 or 845555. OLE color: 845555.
HSL color Cylindrical-coordinate representation of color #F3E60C: hue angle of 56.62º 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 #F3E60C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 12 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.05 |
| HSL | 56.62º | 0.91% | 0.5% | - |
| HSV(B) | 56.62º | 0.95% | 0.95% | - |
| XYZ | 65.33 | 75.67 | 11.51 | - |
| YUV | 209.04 | 16.81 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 12 | 0 | 0.05 | 0.95 | 0.05 | 56.62 | 0.91 | 0.5 |
| Hex | F3 | E6 | C | 0 | 5 | 5F | 5 | 39 | 5B | 32 |
| Octal | 363 | 346 | 14 | 0 | 5 | 137 | 5 | 71 | 133 | 62 |
| Binary | 11110011 | 11100110 | 1100 | 0 | 101 | 1011111 | 101 | 111001 | 1011011 | 110010 |
Color Harmonies of #F3E60C
Complementary color
Monochromatic Colors of #F3E60C
Black with #F3E60C
Text Example
Text Example
White with #F3E60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E60C; }
p { color: rgb(243,230,12); }
H1.HeaderClassName
{
color: #F3E60C;
}
.AnyTagClassName
{
color: #F3E60C;
}
</style>
background-color css
<style>
a { background-color: #F3E60C; }
a { background-color: rgb(243,230,12); }
div.DivClassName
{
background-color: #F3E60C;
}
.BgClassName
{
background-color: #F3E60C;
}
</style>
border-color css
<style>
span { border-color: #F3E60C; }
span { border-color: rgb(243,230,12); }
td.TdClassName
{
border-color: #F3E60C;
}
.TagClassName
{
border-color: #F3E60C;
}
</style>