Shades of Lemon #F3E00D
Tints of Lemon #F3E00D
RGB
CMYK
RGB Variations
Color information
#F3E00D (or 0xF3E00D) is known color: Lemon. HEX triplet: F3, E0 and 0D. RGB value is (243,224,13). Sum of RGB (Red+Green+Blue) = 243+224+13=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 13 (5.47% from 255 or 2.71% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F3E00D is #0C1FF2. Grayscale: #CECECE. Windows color (decimal): -794611 or 909555. OLE color: 909555.
HSL color Cylindrical-coordinate representation of color #F3E00D: hue angle of 55.04º 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 #F3E00D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 13 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.05 |
| HSL | 55.04º | 0.91% | 0.5% | - |
| HSV(B) | 55.04º | 0.95% | 0.95% | - |
| XYZ | 63.69 | 72.4 | 11 | - |
| YUV | 205.63 | 19.29 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 13 | 0 | 0.08 | 0.95 | 0.05 | 55.04 | 0.91 | 0.5 |
| Hex | F3 | E0 | D | 0 | 8 | 5F | 5 | 37 | 5B | 32 |
| Octal | 363 | 340 | 15 | 0 | 10 | 137 | 5 | 67 | 133 | 62 |
| Binary | 11110011 | 11100000 | 1101 | 0 | 1000 | 1011111 | 101 | 110111 | 1011011 | 110010 |
Color Harmonies of #F3E00D
Complementary color
Monochromatic Colors of #F3E00D
Black with #F3E00D
Text Example
Text Example
White with #F3E00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E00D; }
p { color: rgb(243,224,13); }
H1.HeaderClassName
{
color: #F3E00D;
}
.AnyTagClassName
{
color: #F3E00D;
}
</style>
background-color css
<style>
a { background-color: #F3E00D; }
a { background-color: rgb(243,224,13); }
div.DivClassName
{
background-color: #F3E00D;
}
.BgClassName
{
background-color: #F3E00D;
}
</style>
border-color css
<style>
span { border-color: #F3E00D; }
span { border-color: rgb(243,224,13); }
td.TdClassName
{
border-color: #F3E00D;
}
.TagClassName
{
border-color: #F3E00D;
}
</style>