Shades of Lemon #F5DF10
Tints of Lemon #F5DF10
RGB
CMYK
RGB Variations
Color information
#F5DF10 (or 0xF5DF10) is known color: Lemon. HEX triplet: F5, DF and 10. RGB value is (245,223,16). Sum of RGB (Red+Green+Blue) = 245+223+16=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 16 (6.64% from 255 or 3.31% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF10 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DF10 is #0A20EF. Grayscale: #CECECE. Windows color (decimal): -663792 or 1105909. OLE color: 1105909.
HSL color Cylindrical-coordinate representation of color #F5DF10: hue angle of 54.24º degrees, saturation: 0.92, 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 #F5DF10 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 16 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.04 |
| HSL | 54.24º | 0.92% | 0.51% | - |
| HSV(B) | 54.24º | 0.93% | 0.96% | - |
| XYZ | 64.14 | 72.23 | 11.05 | - |
| YUV | 205.98 | 20.79 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 16 | 0 | 0.09 | 0.93 | 0.04 | 54.24 | 0.92 | 0.51 |
| Hex | F5 | DF | 10 | 0 | 9 | 5D | 4 | 36 | 5C | 33 |
| Octal | 365 | 337 | 20 | 0 | 11 | 135 | 4 | 66 | 134 | 63 |
| Binary | 11110101 | 11011111 | 10000 | 0 | 1001 | 1011101 | 100 | 110110 | 1011100 | 110011 |
Color Harmonies of #F5DF10
Complementary color
Monochromatic Colors of #F5DF10
Black with #F5DF10
Text Example
Text Example
White with #F5DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF10; }
p { color: rgb(245,223,16); }
H1.HeaderClassName
{
color: #F5DF10;
}
.AnyTagClassName
{
color: #F5DF10;
}
</style>
background-color css
<style>
a { background-color: #F5DF10; }
a { background-color: rgb(245,223,16); }
div.DivClassName
{
background-color: #F5DF10;
}
.BgClassName
{
background-color: #F5DF10;
}
</style>
border-color css
<style>
span { border-color: #F5DF10; }
span { border-color: rgb(245,223,16); }
td.TdClassName
{
border-color: #F5DF10;
}
.TagClassName
{
border-color: #F5DF10;
}
</style>