Shades of Lemon #F9E215
Tints of Lemon #F9E215
RGB
CMYK
RGB Variations
Color information
#F9E215 (or 0xF9E215) is known color: Lemon. HEX triplet: F9, E2 and 15. RGB value is (249,226,21). Sum of RGB (Red+Green+Blue) = 249+226+21=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 226 (88.67% from 255 or 45.56% from 496); Blue value is 21 (8.59% from 255 or 4.23% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E215 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E215 is #061DEA. Grayscale: #D2D2D2. Windows color (decimal): -400875 or 1434361. OLE color: 1434361.
HSL color Cylindrical-coordinate representation of color #F9E215: hue angle of 53.95º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9E215 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 21 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.02 |
| HSL | 53.95º | 0.95% | 0.53% | - |
| HSV(B) | 53.95º | 0.92% | 0.98% | - |
| XYZ | 66.4 | 74.59 | 11.61 | - |
| YUV | 209.51 | 21.62 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 21 | 0 | 0.09 | 0.92 | 0.02 | 53.95 | 0.95 | 0.53 |
| Hex | F9 | E2 | 15 | 0 | 9 | 5C | 2 | 36 | 5F | 35 |
| Octal | 371 | 342 | 25 | 0 | 11 | 134 | 2 | 66 | 137 | 65 |
| Binary | 11111001 | 11100010 | 10101 | 0 | 1001 | 1011100 | 10 | 110110 | 1011111 | 110101 |
Color Harmonies of #F9E215
Complementary color
Monochromatic Colors of #F9E215
Black with #F9E215
Text Example
Text Example
White with #F9E215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E215; }
p { color: rgb(249,226,21); }
H1.HeaderClassName
{
color: #F9E215;
}
.AnyTagClassName
{
color: #F9E215;
}
</style>
background-color css
<style>
a { background-color: #F9E215; }
a { background-color: rgb(249,226,21); }
div.DivClassName
{
background-color: #F9E215;
}
.BgClassName
{
background-color: #F9E215;
}
</style>
border-color css
<style>
span { border-color: #F9E215; }
span { border-color: rgb(249,226,21); }
td.TdClassName
{
border-color: #F9E215;
}
.TagClassName
{
border-color: #F9E215;
}
</style>