Shades of Lemon #F9DF10
Tints of Lemon #F9DF10
RGB
CMYK
RGB Variations
Color information
#F9DF10 (or 0xF9DF10) is known color: Lemon. HEX triplet: F9, DF and 10. RGB value is (249,223,16). Sum of RGB (Red+Green+Blue) = 249+223+16=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 16 (6.64% from 255 or 3.28% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9DF10 is #0620EF. Grayscale: #D0D0D0. Windows color (decimal): -401648 or 1105913. OLE color: 1105913.
HSL color Cylindrical-coordinate representation of color #F9DF10: hue angle of 53.3º 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 #F9DF10 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 16 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.02 |
| HSL | 53.3º | 0.95% | 0.52% | - |
| HSV(B) | 53.3º | 0.94% | 0.98% | - |
| XYZ | 65.55 | 72.95 | 11.12 | - |
| YUV | 207.18 | 20.11 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 16 | 0 | 0.10 | 0.94 | 0.02 | 53.3 | 0.95 | 0.52 |
| Hex | F9 | DF | 10 | 0 | A | 5E | 2 | 35 | 5F | 34 |
| Octal | 371 | 337 | 20 | 0 | 12 | 136 | 2 | 65 | 137 | 64 |
| Binary | 11111001 | 11011111 | 10000 | 0 | 1010 | 1011110 | 10 | 110101 | 1011111 | 110100 |
Color Harmonies of #F9DF10
Complementary color
Monochromatic Colors of #F9DF10
Black with #F9DF10
Text Example
Text Example
White with #F9DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF10; }
p { color: rgb(249,223,16); }
H1.HeaderClassName
{
color: #F9DF10;
}
.AnyTagClassName
{
color: #F9DF10;
}
</style>
background-color css
<style>
a { background-color: #F9DF10; }
a { background-color: rgb(249,223,16); }
div.DivClassName
{
background-color: #F9DF10;
}
.BgClassName
{
background-color: #F9DF10;
}
</style>
border-color css
<style>
span { border-color: #F9DF10; }
span { border-color: rgb(249,223,16); }
td.TdClassName
{
border-color: #F9DF10;
}
.TagClassName
{
border-color: #F9DF10;
}
</style>