Shades of Lemon #F9DF1A
Tints of Lemon #F9DF1A
RGB
CMYK
RGB Variations
Color information
#F9DF1A (or 0xF9DF1A) is known color: Lemon. HEX triplet: F9, DF and 1A. RGB value is (249,223,26). Sum of RGB (Red+Green+Blue) = 249+223+26=498 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 26 (10.55% from 255 or 5.22% from 498); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DF1A is #0620E5. Grayscale: #D1D1D1. Windows color (decimal): -401638 or 1761273. OLE color: 1761273.
HSL color Cylindrical-coordinate representation of color #F9DF1A: hue angle of 53º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9DF1A is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 26 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.02 |
| HSL | 53º | 0.95% | 0.54% | - |
| HSV(B) | 53º | 0.9% | 0.98% | - |
| XYZ | 65.64 | 72.99 | 11.61 | - |
| YUV | 208.32 | 25.11 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 26 | 0 | 0.10 | 0.90 | 0.02 | 53 | 0.95 | 0.54 |
| Hex | F9 | DF | 1A | 0 | A | 5A | 2 | 35 | 5F | 36 |
| Octal | 371 | 337 | 32 | 0 | 12 | 132 | 2 | 65 | 137 | 66 |
| Binary | 11111001 | 11011111 | 11010 | 0 | 1010 | 1011010 | 10 | 110101 | 1011111 | 110110 |
Color Harmonies of #F9DF1A
Complementary color
Monochromatic Colors of #F9DF1A
Black with #F9DF1A
Text Example
Text Example
White with #F9DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF1A; }
p { color: rgb(249,223,26); }
H1.HeaderClassName
{
color: #F9DF1A;
}
.AnyTagClassName
{
color: #F9DF1A;
}
</style>
background-color css
<style>
a { background-color: #F9DF1A; }
a { background-color: rgb(249,223,26); }
div.DivClassName
{
background-color: #F9DF1A;
}
.BgClassName
{
background-color: #F9DF1A;
}
</style>
border-color css
<style>
span { border-color: #F9DF1A; }
span { border-color: rgb(249,223,26); }
td.TdClassName
{
border-color: #F9DF1A;
}
.TagClassName
{
border-color: #F9DF1A;
}
</style>