Shades of Lemon #F5DD13
Tints of Lemon #F5DD13
RGB
CMYK
RGB Variations
Color information
#F5DD13 (or 0xF5DD13) is known color: Lemon. HEX triplet: F5, DD and 13. RGB value is (245,221,19). Sum of RGB (Red+Green+Blue) = 245+221+19=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 19 (7.81% from 255 or 3.92% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD13 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DD13 is #0A22EC. Grayscale: #CDCDCD. Windows color (decimal): -664301 or 1302005. OLE color: 1302005.
HSL color Cylindrical-coordinate representation of color #F5DD13: hue angle of 53.63º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F5DD13 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 19 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.04 |
| HSL | 53.63º | 0.92% | 0.52% | - |
| HSV(B) | 53.63º | 0.92% | 0.96% | - |
| XYZ | 63.63 | 71.17 | 11 | - |
| YUV | 205.15 | 22.95 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 19 | 0 | 0.10 | 0.92 | 0.04 | 53.63 | 0.92 | 0.52 |
| Hex | F5 | DD | 13 | 0 | A | 5C | 4 | 36 | 5C | 34 |
| Octal | 365 | 335 | 23 | 0 | 12 | 134 | 4 | 66 | 134 | 64 |
| Binary | 11110101 | 11011101 | 10011 | 0 | 1010 | 1011100 | 100 | 110110 | 1011100 | 110100 |
Color Harmonies of #F5DD13
Complementary color
Monochromatic Colors of #F5DD13
Black with #F5DD13
Text Example
Text Example
White with #F5DD13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD13; }
p { color: rgb(245,221,19); }
H1.HeaderClassName
{
color: #F5DD13;
}
.AnyTagClassName
{
color: #F5DD13;
}
</style>
background-color css
<style>
a { background-color: #F5DD13; }
a { background-color: rgb(245,221,19); }
div.DivClassName
{
background-color: #F5DD13;
}
.BgClassName
{
background-color: #F5DD13;
}
</style>
border-color css
<style>
span { border-color: #F5DD13; }
span { border-color: rgb(245,221,19); }
td.TdClassName
{
border-color: #F5DD13;
}
.TagClassName
{
border-color: #F5DD13;
}
</style>