Shades of Lemon #F9E50C
Tints of Lemon #F9E50C
RGB
CMYK
RGB Variations
Color information
#F9E50C (or 0xF9E50C) is known color: Lemon. HEX triplet: F9, E5 and 0C. RGB value is (249,229,12). Sum of RGB (Red+Green+Blue) = 249+229+12=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 12 (5.08% from 255 or 2.45% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E50C is #061AF3. Grayscale: #D3D3D3. Windows color (decimal): -400116 or 845305. OLE color: 845305.
HSL color Cylindrical-coordinate representation of color #F9E50C: hue angle of 54.94º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9E50C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.02 |
| HSL | 54.94º | 0.95% | 0.51% | - |
| HSV(B) | 54.94º | 0.95% | 0.98% | - |
| XYZ | 67.15 | 76.2 | 11.52 | - |
| YUV | 210.24 | 16.13 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 12 | 0 | 0.08 | 0.95 | 0.02 | 54.94 | 0.95 | 0.51 |
| Hex | F9 | E5 | C | 0 | 8 | 5F | 2 | 37 | 5F | 33 |
| Octal | 371 | 345 | 14 | 0 | 10 | 137 | 2 | 67 | 137 | 63 |
| Binary | 11111001 | 11100101 | 1100 | 0 | 1000 | 1011111 | 10 | 110111 | 1011111 | 110011 |
Color Harmonies of #F9E50C
Complementary color
Monochromatic Colors of #F9E50C
Black with #F9E50C
Text Example
Text Example
White with #F9E50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E50C; }
p { color: rgb(249,229,12); }
H1.HeaderClassName
{
color: #F9E50C;
}
.AnyTagClassName
{
color: #F9E50C;
}
</style>
background-color css
<style>
a { background-color: #F9E50C; }
a { background-color: rgb(249,229,12); }
div.DivClassName
{
background-color: #F9E50C;
}
.BgClassName
{
background-color: #F9E50C;
}
</style>
border-color css
<style>
span { border-color: #F9E50C; }
span { border-color: rgb(249,229,12); }
td.TdClassName
{
border-color: #F9E50C;
}
.TagClassName
{
border-color: #F9E50C;
}
</style>