Shades of Lemon #F4DF10
Tints of Lemon #F4DF10
RGB
CMYK
RGB Variations
Color information
#F4DF10 (or 0xF4DF10) is known color: Lemon. HEX triplet: F4, DF and 10. RGB value is (244,223,16). Sum of RGB (Red+Green+Blue) = 244+223+16=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 16 (6.64% from 255 or 3.31% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4DF10 is #0B20EF. Grayscale: #CECECE. Windows color (decimal): -729328 or 1105908. OLE color: 1105908.
HSL color Cylindrical-coordinate representation of color #F4DF10: hue angle of 54.47º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F4DF10 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.04 |
| HSL | 54.47º | 0.91% | 0.51% | - |
| HSV(B) | 54.47º | 0.93% | 0.96% | - |
| XYZ | 63.79 | 72.05 | 11.03 | - |
| YUV | 205.68 | 20.96 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 16 | 0 | 0.09 | 0.93 | 0.04 | 54.47 | 0.91 | 0.51 |
| Hex | F4 | DF | 10 | 0 | 9 | 5D | 4 | 36 | 5B | 33 |
| Octal | 364 | 337 | 20 | 0 | 11 | 135 | 4 | 66 | 133 | 63 |
| Binary | 11110100 | 11011111 | 10000 | 0 | 1001 | 1011101 | 100 | 110110 | 1011011 | 110011 |
Color Harmonies of #F4DF10
Complementary color
Monochromatic Colors of #F4DF10
Black with #F4DF10
Text Example
Text Example
White with #F4DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF10; }
p { color: rgb(244,223,16); }
H1.HeaderClassName
{
color: #F4DF10;
}
.AnyTagClassName
{
color: #F4DF10;
}
</style>
background-color css
<style>
a { background-color: #F4DF10; }
a { background-color: rgb(244,223,16); }
div.DivClassName
{
background-color: #F4DF10;
}
.BgClassName
{
background-color: #F4DF10;
}
</style>
border-color css
<style>
span { border-color: #F4DF10; }
span { border-color: rgb(244,223,16); }
td.TdClassName
{
border-color: #F4DF10;
}
.TagClassName
{
border-color: #F4DF10;
}
</style>