Shades of Lemon #F4DF1A
Tints of Lemon #F4DF1A
RGB
CMYK
RGB Variations
Color information
#F4DF1A (or 0xF4DF1A) is known color: Lemon. HEX triplet: F4, DF and 1A. RGB value is (244,223,26). Sum of RGB (Red+Green+Blue) = 244+223+26=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 26 (10.55% from 255 or 5.27% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DF1A is #0B20E5. Grayscale: #CFCFCF. Windows color (decimal): -729318 or 1761268. OLE color: 1761268.
HSL color Cylindrical-coordinate representation of color #F4DF1A: hue angle of 54.22º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4DF1A is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 26 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.04 |
| HSL | 54.22º | 0.91% | 0.53% | - |
| HSV(B) | 54.22º | 0.89% | 0.96% | - |
| XYZ | 63.88 | 72.08 | 11.52 | - |
| YUV | 206.82 | 25.96 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 26 | 0 | 0.09 | 0.89 | 0.04 | 54.22 | 0.91 | 0.53 |
| Hex | F4 | DF | 1A | 0 | 9 | 59 | 4 | 36 | 5B | 35 |
| Octal | 364 | 337 | 32 | 0 | 11 | 131 | 4 | 66 | 133 | 65 |
| Binary | 11110100 | 11011111 | 11010 | 0 | 1001 | 1011001 | 100 | 110110 | 1011011 | 110101 |
Color Harmonies of #F4DF1A
Complementary color
Monochromatic Colors of #F4DF1A
Black with #F4DF1A
Text Example
Text Example
White with #F4DF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF1A; }
p { color: rgb(244,223,26); }
H1.HeaderClassName
{
color: #F4DF1A;
}
.AnyTagClassName
{
color: #F4DF1A;
}
</style>
background-color css
<style>
a { background-color: #F4DF1A; }
a { background-color: rgb(244,223,26); }
div.DivClassName
{
background-color: #F4DF1A;
}
.BgClassName
{
background-color: #F4DF1A;
}
</style>
border-color css
<style>
span { border-color: #F4DF1A; }
span { border-color: rgb(244,223,26); }
td.TdClassName
{
border-color: #F4DF1A;
}
.TagClassName
{
border-color: #F4DF1A;
}
</style>