Shades of Lemon #F3ED00
Tints of Lemon #F3ED00
RGB
CMYK
RGB Variations
Color information
#F3ED00 (or 0xF3ED00) is known color: Lemon. HEX triplet: F3, ED and 00. RGB value is (243,237,0). Sum of RGB (Red+Green+Blue) = 243+237+0=480 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.62% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 0 (0.39% from 255 or 0% from 480); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ED00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F3ED00 is #0C12FF. Grayscale: #D4D4D4. Windows color (decimal): -791296 or 60915. OLE color: 60915.
HSL color Cylindrical-coordinate representation of color #F3ED00: hue angle of 58.52º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F3ED00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 237 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.05 |
| HSL | 58.52º | 1% | 0.48% | - |
| HSV(B) | 58.52º | 1% | 0.95% | - |
| XYZ | 67.25 | 79.62 | 11.82 | - |
| YUV | 211.78 | 8.49 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 237 | 0 | 0 | 0.02 | 1 | 0.05 | 58.52 | 1 | 0.48 |
| Hex | F3 | ED | 0 | 0 | 2 | 64 | 5 | 3B | 64 | 30 |
| Octal | 363 | 355 | 0 | 0 | 2 | 144 | 5 | 73 | 144 | 60 |
| Binary | 11110011 | 11101101 | 0 | 0 | 10 | 1100100 | 101 | 111011 | 1100100 | 110000 |
Color Harmonies of #F3ED00
Complementary color
Monochromatic Colors of #F3ED00
Black with #F3ED00
Text Example
Text Example
White with #F3ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3ED00; }
p { color: rgb(243,237,0); }
H1.HeaderClassName
{
color: #F3ED00;
}
.AnyTagClassName
{
color: #F3ED00;
}
</style>
background-color css
<style>
a { background-color: #F3ED00; }
a { background-color: rgb(243,237,0); }
div.DivClassName
{
background-color: #F3ED00;
}
.BgClassName
{
background-color: #F3ED00;
}
</style>
border-color css
<style>
span { border-color: #F3ED00; }
span { border-color: rgb(243,237,0); }
td.TdClassName
{
border-color: #F3ED00;
}
.TagClassName
{
border-color: #F3ED00;
}
</style>