Shades of Lemon #F5DF15
Tints of Lemon #F5DF15
RGB
CMYK
RGB Variations
Color information
#F5DF15 (or 0xF5DF15) is known color: Lemon. HEX triplet: F5, DF and 15. RGB value is (245,223,21). Sum of RGB (Red+Green+Blue) = 245+223+21=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DF15 is #0A20EA. Grayscale: #CFCFCF. Windows color (decimal): -663787 or 1433589. OLE color: 1433589.
HSL color Cylindrical-coordinate representation of color #F5DF15: hue angle of 54.11º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5DF15 is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 21 | - |
| CMYK | 0 | 0.09 | 0.91 | 0.04 |
| HSL | 54.11º | 0.92% | 0.52% | - |
| HSV(B) | 54.11º | 0.91% | 0.96% | - |
| XYZ | 64.18 | 72.24 | 11.27 | - |
| YUV | 206.55 | 23.29 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 21 | 0 | 0.09 | 0.91 | 0.04 | 54.11 | 0.92 | 0.52 |
| Hex | F5 | DF | 15 | 0 | 9 | 5B | 4 | 36 | 5C | 34 |
| Octal | 365 | 337 | 25 | 0 | 11 | 133 | 4 | 66 | 134 | 64 |
| Binary | 11110101 | 11011111 | 10101 | 0 | 1001 | 1011011 | 100 | 110110 | 1011100 | 110100 |
Color Harmonies of #F5DF15
Complementary color
Monochromatic Colors of #F5DF15
Black with #F5DF15
Text Example
Text Example
White with #F5DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF15; }
p { color: rgb(245,223,21); }
H1.HeaderClassName
{
color: #F5DF15;
}
.AnyTagClassName
{
color: #F5DF15;
}
</style>
background-color css
<style>
a { background-color: #F5DF15; }
a { background-color: rgb(245,223,21); }
div.DivClassName
{
background-color: #F5DF15;
}
.BgClassName
{
background-color: #F5DF15;
}
</style>
border-color css
<style>
span { border-color: #F5DF15; }
span { border-color: rgb(245,223,21); }
td.TdClassName
{
border-color: #F5DF15;
}
.TagClassName
{
border-color: #F5DF15;
}
</style>