Shades of Lemon #F9DF1B
Tints of Lemon #F9DF1B
RGB
CMYK
RGB Variations
Color information
#F9DF1B (or 0xF9DF1B) is known color: Lemon. HEX triplet: F9, DF and 1B. RGB value is (249,223,27). Sum of RGB (Red+Green+Blue) = 249+223+27=499 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.90% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 27 (10.94% from 255 or 5.41% from 499); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DF1B is #0620E4. Grayscale: #D1D1D1. Windows color (decimal): -401637 or 1826809. OLE color: 1826809.
HSL color Cylindrical-coordinate representation of color #F9DF1B: hue angle of 52.97º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F9DF1B is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 27 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.02 |
| HSL | 52.97º | 0.95% | 0.54% | - |
| HSV(B) | 52.97º | 0.89% | 0.98% | - |
| XYZ | 65.65 | 72.99 | 11.67 | - |
| YUV | 208.43 | 25.61 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 27 | 0 | 0.10 | 0.89 | 0.02 | 52.97 | 0.95 | 0.54 |
| Hex | F9 | DF | 1B | 0 | A | 59 | 2 | 35 | 5F | 36 |
| Octal | 371 | 337 | 33 | 0 | 12 | 131 | 2 | 65 | 137 | 66 |
| Binary | 11111001 | 11011111 | 11011 | 0 | 1010 | 1011001 | 10 | 110101 | 1011111 | 110110 |
Color Harmonies of #F9DF1B
Complementary color
Monochromatic Colors of #F9DF1B
Black with #F9DF1B
Text Example
Text Example
White with #F9DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF1B; }
p { color: rgb(249,223,27); }
H1.HeaderClassName
{
color: #F9DF1B;
}
.AnyTagClassName
{
color: #F9DF1B;
}
</style>
background-color css
<style>
a { background-color: #F9DF1B; }
a { background-color: rgb(249,223,27); }
div.DivClassName
{
background-color: #F9DF1B;
}
.BgClassName
{
background-color: #F9DF1B;
}
</style>
border-color css
<style>
span { border-color: #F9DF1B; }
span { border-color: rgb(249,223,27); }
td.TdClassName
{
border-color: #F9DF1B;
}
.TagClassName
{
border-color: #F9DF1B;
}
</style>