Shades of Lemon #F9ED10
Tints of Lemon #F9ED10
RGB
CMYK
RGB Variations
Color information
#F9ED10 (or 0xF9ED10) is known color: Lemon. HEX triplet: F9, ED and 10. RGB value is (249,237,16). Sum of RGB (Red+Green+Blue) = 249+237+16=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 16 (6.64% from 255 or 3.19% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ED10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9ED10 is #0612EF. Grayscale: #D8D8D8. Windows color (decimal): -398064 or 1109497. OLE color: 1109497.
HSL color Cylindrical-coordinate representation of color #F9ED10: hue angle of 56.91º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9ED10 is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 237 | 16 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.02 |
| HSL | 56.91º | 0.95% | 0.52% | - |
| HSV(B) | 56.91º | 0.94% | 0.98% | - |
| XYZ | 69.44 | 80.75 | 12.42 | - |
| YUV | 215.39 | 15.48 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 237 | 16 | 0 | 0.05 | 0.94 | 0.02 | 56.91 | 0.95 | 0.52 |
| Hex | F9 | ED | 10 | 0 | 5 | 5E | 2 | 39 | 5F | 34 |
| Octal | 371 | 355 | 20 | 0 | 5 | 136 | 2 | 71 | 137 | 64 |
| Binary | 11111001 | 11101101 | 10000 | 0 | 101 | 1011110 | 10 | 111001 | 1011111 | 110100 |
Color Harmonies of #F9ED10
Complementary color
Monochromatic Colors of #F9ED10
Black with #F9ED10
Text Example
Text Example
White with #F9ED10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ED10; }
p { color: rgb(249,237,16); }
H1.HeaderClassName
{
color: #F9ED10;
}
.AnyTagClassName
{
color: #F9ED10;
}
</style>
background-color css
<style>
a { background-color: #F9ED10; }
a { background-color: rgb(249,237,16); }
div.DivClassName
{
background-color: #F9ED10;
}
.BgClassName
{
background-color: #F9ED10;
}
</style>
border-color css
<style>
span { border-color: #F9ED10; }
span { border-color: rgb(249,237,16); }
td.TdClassName
{
border-color: #F9ED10;
}
.TagClassName
{
border-color: #F9ED10;
}
</style>