Shades of Lemon #F9F10E
Tints of Lemon #F9F10E
RGB
CMYK
RGB Variations
Color information
#F9F10E (or 0xF9F10E) is known color: Lemon. HEX triplet: F9, F1 and 0E. RGB value is (249,241,14). Sum of RGB (Red+Green+Blue) = 249+241+14=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 14 (5.86% from 255 or 2.78% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F10E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F9F10E is #060EF1. Grayscale: #DADADA. Windows color (decimal): -397042 or 979449. OLE color: 979449.
HSL color Cylindrical-coordinate representation of color #F9F10E: hue angle of 57.96º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9F10E is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 241 | 14 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.02 |
| HSL | 57.96º | 0.95% | 0.52% | - |
| HSV(B) | 57.96º | 0.94% | 0.98% | - |
| XYZ | 70.6 | 83.08 | 12.73 | - |
| YUV | 217.51 | 13.15 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 241 | 14 | 0 | 0.03 | 0.94 | 0.02 | 57.96 | 0.95 | 0.52 |
| Hex | F9 | F1 | E | 0 | 3 | 5E | 2 | 3A | 5F | 34 |
| Octal | 371 | 361 | 16 | 0 | 3 | 136 | 2 | 72 | 137 | 64 |
| Binary | 11111001 | 11110001 | 1110 | 0 | 11 | 1011110 | 10 | 111010 | 1011111 | 110100 |
Color Harmonies of #F9F10E
Complementary color
Monochromatic Colors of #F9F10E
Black with #F9F10E
Text Example
Text Example
White with #F9F10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F10E; }
p { color: rgb(249,241,14); }
H1.HeaderClassName
{
color: #F9F10E;
}
.AnyTagClassName
{
color: #F9F10E;
}
</style>
background-color css
<style>
a { background-color: #F9F10E; }
a { background-color: rgb(249,241,14); }
div.DivClassName
{
background-color: #F9F10E;
}
.BgClassName
{
background-color: #F9F10E;
}
</style>
border-color css
<style>
span { border-color: #F9F10E; }
span { border-color: rgb(249,241,14); }
td.TdClassName
{
border-color: #F9F10E;
}
.TagClassName
{
border-color: #F9F10E;
}
</style>