Shades of Lemon #F4DF0F
Tints of Lemon #F4DF0F
RGB
CMYK
RGB Variations
Color information
#F4DF0F (or 0xF4DF0F) is known color: Lemon. HEX triplet: F4, DF and 0F. RGB value is (244,223,15). Sum of RGB (Red+Green+Blue) = 244+223+15=482 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.62% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DF0F is #0B20F0. Grayscale: #CECECE. Windows color (decimal): -729329 or 1040372. OLE color: 1040372.
HSL color Cylindrical-coordinate representation of color #F4DF0F: hue angle of 54.5º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4DF0F is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 15 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.04 |
| HSL | 54.5º | 0.91% | 0.51% | - |
| HSV(B) | 54.5º | 0.94% | 0.96% | - |
| XYZ | 63.78 | 72.04 | 11 | - |
| YUV | 205.57 | 20.46 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 15 | 0 | 0.09 | 0.94 | 0.04 | 54.5 | 0.91 | 0.51 |
| Hex | F4 | DF | F | 0 | 9 | 5E | 4 | 36 | 5B | 33 |
| Octal | 364 | 337 | 17 | 0 | 11 | 136 | 4 | 66 | 133 | 63 |
| Binary | 11110100 | 11011111 | 1111 | 0 | 1001 | 1011110 | 100 | 110110 | 1011011 | 110011 |
Color Harmonies of #F4DF0F
Complementary color
Monochromatic Colors of #F4DF0F
Black with #F4DF0F
Text Example
Text Example
White with #F4DF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF0F; }
p { color: rgb(244,223,15); }
H1.HeaderClassName
{
color: #F4DF0F;
}
.AnyTagClassName
{
color: #F4DF0F;
}
</style>
background-color css
<style>
a { background-color: #F4DF0F; }
a { background-color: rgb(244,223,15); }
div.DivClassName
{
background-color: #F4DF0F;
}
.BgClassName
{
background-color: #F4DF0F;
}
</style>
border-color css
<style>
span { border-color: #F4DF0F; }
span { border-color: rgb(244,223,15); }
td.TdClassName
{
border-color: #F4DF0F;
}
.TagClassName
{
border-color: #F4DF0F;
}
</style>