Shades of Lemon #F9E30B
Tints of Lemon #F9E30B
RGB
CMYK
RGB Variations
Color information
#F9E30B (or 0xF9E30B) is known color: Lemon. HEX triplet: F9, E3 and 0B. RGB value is (249,227,11). Sum of RGB (Red+Green+Blue) = 249+227+11=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 227 (89.06% from 255 or 46.61% from 487); Blue value is 11 (4.69% from 255 or 2.26% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E30B is #061CF4. Grayscale: #D1D1D1. Windows color (decimal): -400629 or 779257. OLE color: 779257.
HSL color Cylindrical-coordinate representation of color #F9E30B: hue angle of 54.45º 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 #F9E30B is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 11 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.02 |
| HSL | 54.45º | 0.95% | 0.51% | - |
| HSV(B) | 54.45º | 0.96% | 0.98% | - |
| XYZ | 66.6 | 75.1 | 11.3 | - |
| YUV | 208.95 | 16.29 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 11 | 0 | 0.09 | 0.96 | 0.02 | 54.45 | 0.95 | 0.51 |
| Hex | F9 | E3 | B | 0 | 9 | 60 | 2 | 36 | 5F | 33 |
| Octal | 371 | 343 | 13 | 0 | 11 | 140 | 2 | 66 | 137 | 63 |
| Binary | 11111001 | 11100011 | 1011 | 0 | 1001 | 1100000 | 10 | 110110 | 1011111 | 110011 |
Color Harmonies of #F9E30B
Complementary color
Monochromatic Colors of #F9E30B
Black with #F9E30B
Text Example
Text Example
White with #F9E30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E30B; }
p { color: rgb(249,227,11); }
H1.HeaderClassName
{
color: #F9E30B;
}
.AnyTagClassName
{
color: #F9E30B;
}
</style>
background-color css
<style>
a { background-color: #F9E30B; }
a { background-color: rgb(249,227,11); }
div.DivClassName
{
background-color: #F9E30B;
}
.BgClassName
{
background-color: #F9E30B;
}
</style>
border-color css
<style>
span { border-color: #F9E30B; }
span { border-color: rgb(249,227,11); }
td.TdClassName
{
border-color: #F9E30B;
}
.TagClassName
{
border-color: #F9E30B;
}
</style>