Shades of Lemon #F9E40C
Tints of Lemon #F9E40C
RGB
CMYK
RGB Variations
Color information
#F9E40C (or 0xF9E40C) is known color: Lemon. HEX triplet: F9, E4 and 0C. RGB value is (249,228,12). Sum of RGB (Red+Green+Blue) = 249+228+12=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 228 (89.45% from 255 or 46.63% from 489); Blue value is 12 (5.08% from 255 or 2.45% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9E40C is #061BF3. Grayscale: #D2D2D2. Windows color (decimal): -400372 or 845049. OLE color: 845049.
HSL color Cylindrical-coordinate representation of color #F9E40C: hue angle of 54.68º 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 #F9E40C is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 12 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.02 |
| HSL | 54.68º | 0.95% | 0.51% | - |
| HSV(B) | 54.68º | 0.95% | 0.98% | - |
| XYZ | 66.88 | 75.65 | 11.43 | - |
| YUV | 209.66 | 16.46 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 12 | 0 | 0.08 | 0.95 | 0.02 | 54.68 | 0.95 | 0.51 |
| Hex | F9 | E4 | C | 0 | 8 | 5F | 2 | 37 | 5F | 33 |
| Octal | 371 | 344 | 14 | 0 | 10 | 137 | 2 | 67 | 137 | 63 |
| Binary | 11111001 | 11100100 | 1100 | 0 | 1000 | 1011111 | 10 | 110111 | 1011111 | 110011 |
Color Harmonies of #F9E40C
Complementary color
Monochromatic Colors of #F9E40C
Black with #F9E40C
Text Example
Text Example
White with #F9E40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E40C; }
p { color: rgb(249,228,12); }
H1.HeaderClassName
{
color: #F9E40C;
}
.AnyTagClassName
{
color: #F9E40C;
}
</style>
background-color css
<style>
a { background-color: #F9E40C; }
a { background-color: rgb(249,228,12); }
div.DivClassName
{
background-color: #F9E40C;
}
.BgClassName
{
background-color: #F9E40C;
}
</style>
border-color css
<style>
span { border-color: #F9E40C; }
span { border-color: rgb(249,228,12); }
td.TdClassName
{
border-color: #F9E40C;
}
.TagClassName
{
border-color: #F9E40C;
}
</style>