Shades of Lemon #F4DF1B
Tints of Lemon #F4DF1B
RGB
CMYK
RGB Variations
Color information
#F4DF1B (or 0xF4DF1B) is known color: Lemon. HEX triplet: F4, DF and 1B. RGB value is (244,223,27). Sum of RGB (Red+Green+Blue) = 244+223+27=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 27 (10.94% from 255 or 5.47% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DF1B is #0B20E4. Grayscale: #CFCFCF. Windows color (decimal): -729317 or 1826804. OLE color: 1826804.
HSL color Cylindrical-coordinate representation of color #F4DF1B: hue angle of 54.19º 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 #F4DF1B is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 27 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.04 |
| HSL | 54.19º | 0.91% | 0.53% | - |
| HSV(B) | 54.19º | 0.89% | 0.96% | - |
| XYZ | 63.89 | 72.09 | 11.58 | - |
| YUV | 206.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 27 | 0 | 0.09 | 0.89 | 0.04 | 54.19 | 0.91 | 0.53 |
| Hex | F4 | DF | 1B | 0 | 9 | 59 | 4 | 36 | 5B | 35 |
| Octal | 364 | 337 | 33 | 0 | 11 | 131 | 4 | 66 | 133 | 65 |
| Binary | 11110100 | 11011111 | 11011 | 0 | 1001 | 1011001 | 100 | 110110 | 1011011 | 110101 |
Color Harmonies of #F4DF1B
Complementary color
Monochromatic Colors of #F4DF1B
Black with #F4DF1B
Text Example
Text Example
White with #F4DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF1B; }
p { color: rgb(244,223,27); }
H1.HeaderClassName
{
color: #F4DF1B;
}
.AnyTagClassName
{
color: #F4DF1B;
}
</style>
background-color css
<style>
a { background-color: #F4DF1B; }
a { background-color: rgb(244,223,27); }
div.DivClassName
{
background-color: #F4DF1B;
}
.BgClassName
{
background-color: #F4DF1B;
}
</style>
border-color css
<style>
span { border-color: #F4DF1B; }
span { border-color: rgb(244,223,27); }
td.TdClassName
{
border-color: #F4DF1B;
}
.TagClassName
{
border-color: #F4DF1B;
}
</style>