Shades of Lemon #F5DD11
Tints of Lemon #F5DD11
RGB
CMYK
RGB Variations
Color information
#F5DD11 (or 0xF5DD11) is known color: Lemon. HEX triplet: F5, DD and 11. RGB value is (245,221,17). Sum of RGB (Red+Green+Blue) = 245+221+17=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 17 (7.03% from 255 or 3.52% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD11 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DD11 is #0A22EE. Grayscale: #CDCDCD. Windows color (decimal): -664303 or 1170933. OLE color: 1170933.
HSL color Cylindrical-coordinate representation of color #F5DD11: hue angle of 53.68º 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 #F5DD11 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 17 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.04 |
| HSL | 53.68º | 0.92% | 0.51% | - |
| HSV(B) | 53.68º | 0.93% | 0.96% | - |
| XYZ | 63.61 | 71.17 | 10.91 | - |
| YUV | 204.92 | 21.95 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 17 | 0 | 0.10 | 0.93 | 0.04 | 53.68 | 0.92 | 0.51 |
| Hex | F5 | DD | 11 | 0 | A | 5D | 4 | 36 | 5C | 33 |
| Octal | 365 | 335 | 21 | 0 | 12 | 135 | 4 | 66 | 134 | 63 |
| Binary | 11110101 | 11011101 | 10001 | 0 | 1010 | 1011101 | 100 | 110110 | 1011100 | 110011 |
Color Harmonies of #F5DD11
Complementary color
Monochromatic Colors of #F5DD11
Black with #F5DD11
Text Example
Text Example
White with #F5DD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD11; }
p { color: rgb(245,221,17); }
H1.HeaderClassName
{
color: #F5DD11;
}
.AnyTagClassName
{
color: #F5DD11;
}
</style>
background-color css
<style>
a { background-color: #F5DD11; }
a { background-color: rgb(245,221,17); }
div.DivClassName
{
background-color: #F5DD11;
}
.BgClassName
{
background-color: #F5DD11;
}
</style>
border-color css
<style>
span { border-color: #F5DD11; }
span { border-color: rgb(245,221,17); }
td.TdClassName
{
border-color: #F5DD11;
}
.TagClassName
{
border-color: #F5DD11;
}
</style>