Shades of Lemon #F9E30A
Tints of Lemon #F9E30A
RGB
CMYK
RGB Variations
Color information
#F9E30A (or 0xF9E30A) is known color: Lemon. HEX triplet: F9, E3 and 0A. RGB value is (249,227,10). Sum of RGB (Red+Green+Blue) = 249+227+10=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 227 (89.06% from 255 or 46.71% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E30A is #061CF5. Grayscale: #D1D1D1. Windows color (decimal): -400630 or 713721. OLE color: 713721.
HSL color Cylindrical-coordinate representation of color #F9E30A: hue angle of 54.48º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9E30A is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 10 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.02 |
| HSL | 54.48º | 0.95% | 0.51% | - |
| HSV(B) | 54.48º | 0.96% | 0.98% | - |
| XYZ | 66.59 | 75.1 | 11.27 | - |
| YUV | 208.84 | 15.79 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 10 | 0 | 0.09 | 0.96 | 0.02 | 54.48 | 0.95 | 0.51 |
| Hex | F9 | E3 | A | 0 | 9 | 60 | 2 | 36 | 5F | 33 |
| Octal | 371 | 343 | 12 | 0 | 11 | 140 | 2 | 66 | 137 | 63 |
| Binary | 11111001 | 11100011 | 1010 | 0 | 1001 | 1100000 | 10 | 110110 | 1011111 | 110011 |
Color Harmonies of #F9E30A
Complementary color
Monochromatic Colors of #F9E30A
Black with #F9E30A
Text Example
Text Example
White with #F9E30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E30A; }
p { color: rgb(249,227,10); }
H1.HeaderClassName
{
color: #F9E30A;
}
.AnyTagClassName
{
color: #F9E30A;
}
</style>
background-color css
<style>
a { background-color: #F9E30A; }
a { background-color: rgb(249,227,10); }
div.DivClassName
{
background-color: #F9E30A;
}
.BgClassName
{
background-color: #F9E30A;
}
</style>
border-color css
<style>
span { border-color: #F9E30A; }
span { border-color: rgb(249,227,10); }
td.TdClassName
{
border-color: #F9E30A;
}
.TagClassName
{
border-color: #F9E30A;
}
</style>