Shades of Lemon #F9E50B
Tints of Lemon #F9E50B
RGB
CMYK
RGB Variations
Color information
#F9E50B (or 0xF9E50B) is known color: Lemon. HEX triplet: F9, E5 and 0B. RGB value is (249,229,11). Sum of RGB (Red+Green+Blue) = 249+229+11=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 11 (4.69% from 255 or 2.25% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E50B is #061AF4. Grayscale: #D3D3D3. Windows color (decimal): -400117 or 779769. OLE color: 779769.
HSL color Cylindrical-coordinate representation of color #F9E50B: hue angle of 54.96º 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 #F9E50B is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 11 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.02 |
| HSL | 54.96º | 0.95% | 0.51% | - |
| HSV(B) | 54.96º | 0.96% | 0.98% | - |
| XYZ | 67.15 | 76.2 | 11.49 | - |
| YUV | 210.13 | 15.63 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 11 | 0 | 0.08 | 0.96 | 0.02 | 54.96 | 0.95 | 0.51 |
| Hex | F9 | E5 | B | 0 | 8 | 60 | 2 | 37 | 5F | 33 |
| Octal | 371 | 345 | 13 | 0 | 10 | 140 | 2 | 67 | 137 | 63 |
| Binary | 11111001 | 11100101 | 1011 | 0 | 1000 | 1100000 | 10 | 110111 | 1011111 | 110011 |
Color Harmonies of #F9E50B
Complementary color
Monochromatic Colors of #F9E50B
Black with #F9E50B
Text Example
Text Example
White with #F9E50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E50B; }
p { color: rgb(249,229,11); }
H1.HeaderClassName
{
color: #F9E50B;
}
.AnyTagClassName
{
color: #F9E50B;
}
</style>
background-color css
<style>
a { background-color: #F9E50B; }
a { background-color: rgb(249,229,11); }
div.DivClassName
{
background-color: #F9E50B;
}
.BgClassName
{
background-color: #F9E50B;
}
</style>
border-color css
<style>
span { border-color: #F9E50B; }
span { border-color: rgb(249,229,11); }
td.TdClassName
{
border-color: #F9E50B;
}
.TagClassName
{
border-color: #F9E50B;
}
</style>