Shades of Lemon #F9E314
Tints of Lemon #F9E314
RGB
CMYK
RGB Variations
Color information
#F9E314 (or 0xF9E314) is known color: Lemon. HEX triplet: F9, E3 and 14. RGB value is (249,227,20). Sum of RGB (Red+Green+Blue) = 249+227+20=496 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.20% from 496); Green value is 227 (89.06% from 255 or 45.77% from 496); Blue value is 20 (8.20% from 255 or 4.03% from 496); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E314 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E314 is #061CEB. Grayscale: #D2D2D2. Windows color (decimal): -400620 or 1369081. OLE color: 1369081.
HSL color Cylindrical-coordinate representation of color #F9E314: hue angle of 54.24º 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 #F9E314 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 227 | 20 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.02 |
| HSL | 54.24º | 0.95% | 0.53% | - |
| HSV(B) | 54.24º | 0.92% | 0.98% | - |
| XYZ | 66.66 | 75.13 | 11.65 | - |
| YUV | 209.98 | 20.79 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 227 | 20 | 0 | 0.09 | 0.92 | 0.02 | 54.24 | 0.95 | 0.53 |
| Hex | F9 | E3 | 14 | 0 | 9 | 5C | 2 | 36 | 5F | 35 |
| Octal | 371 | 343 | 24 | 0 | 11 | 134 | 2 | 66 | 137 | 65 |
| Binary | 11111001 | 11100011 | 10100 | 0 | 1001 | 1011100 | 10 | 110110 | 1011111 | 110101 |
Color Harmonies of #F9E314
Complementary color
Monochromatic Colors of #F9E314
Black with #F9E314
Text Example
Text Example
White with #F9E314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E314; }
p { color: rgb(249,227,20); }
H1.HeaderClassName
{
color: #F9E314;
}
.AnyTagClassName
{
color: #F9E314;
}
</style>
background-color css
<style>
a { background-color: #F9E314; }
a { background-color: rgb(249,227,20); }
div.DivClassName
{
background-color: #F9E314;
}
.BgClassName
{
background-color: #F9E314;
}
</style>
border-color css
<style>
span { border-color: #F9E314; }
span { border-color: rgb(249,227,20); }
td.TdClassName
{
border-color: #F9E314;
}
.TagClassName
{
border-color: #F9E314;
}
</style>