Shades of Lemon #F4DD1B
Tints of Lemon #F4DD1B
RGB
CMYK
RGB Variations
Color information
#F4DD1B (or 0xF4DD1B) is known color: Lemon. HEX triplet: F4, DD and 1B. RGB value is (244,221,27). Sum of RGB (Red+Green+Blue) = 244+221+27=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 27 (10.94% from 255 or 5.49% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DD1B is #0B22E4. Grayscale: #CECECE. Windows color (decimal): -729829 or 1826292. OLE color: 1826292.
HSL color Cylindrical-coordinate representation of color #F4DD1B: hue angle of 53.64º 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 #F4DD1B is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 27 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.04 |
| HSL | 53.64º | 0.91% | 0.53% | - |
| HSV(B) | 53.64º | 0.89% | 0.96% | - |
| XYZ | 63.36 | 71.03 | 11.41 | - |
| YUV | 205.76 | 27.12 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 27 | 0 | 0.09 | 0.89 | 0.04 | 53.64 | 0.91 | 0.53 |
| Hex | F4 | DD | 1B | 0 | 9 | 59 | 4 | 36 | 5B | 35 |
| Octal | 364 | 335 | 33 | 0 | 11 | 131 | 4 | 66 | 133 | 65 |
| Binary | 11110100 | 11011101 | 11011 | 0 | 1001 | 1011001 | 100 | 110110 | 1011011 | 110101 |
Color Harmonies of #F4DD1B
Complementary color
Monochromatic Colors of #F4DD1B
Black with #F4DD1B
Text Example
Text Example
White with #F4DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DD1B; }
p { color: rgb(244,221,27); }
H1.HeaderClassName
{
color: #F4DD1B;
}
.AnyTagClassName
{
color: #F4DD1B;
}
</style>
background-color css
<style>
a { background-color: #F4DD1B; }
a { background-color: rgb(244,221,27); }
div.DivClassName
{
background-color: #F4DD1B;
}
.BgClassName
{
background-color: #F4DD1B;
}
</style>
border-color css
<style>
span { border-color: #F4DD1B; }
span { border-color: rgb(244,221,27); }
td.TdClassName
{
border-color: #F4DD1B;
}
.TagClassName
{
border-color: #F4DD1B;
}
</style>