Shades of Lemon #F5DC0C
Tints of Lemon #F5DC0C
RGB
CMYK
RGB Variations
Color information
#F5DC0C (or 0xF5DC0C) is known color: Lemon. HEX triplet: F5, DC and 0C. RGB value is (245,220,12). Sum of RGB (Red+Green+Blue) = 245+220+12=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DC0C is #0A23F3. Grayscale: #CCCCCC. Windows color (decimal): -664564 or 842997. OLE color: 842997.
HSL color Cylindrical-coordinate representation of color #F5DC0C: hue angle of 53.56º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5DC0C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.04 |
| HSL | 53.56º | 0.92% | 0.5% | - |
| HSV(B) | 53.56º | 0.95% | 0.96% | - |
| XYZ | 63.32 | 70.63 | 10.64 | - |
| YUV | 203.76 | 19.78 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 12 | 0 | 0.10 | 0.95 | 0.04 | 53.56 | 0.92 | 0.5 |
| Hex | F5 | DC | C | 0 | A | 5F | 4 | 36 | 5C | 32 |
| Octal | 365 | 334 | 14 | 0 | 12 | 137 | 4 | 66 | 134 | 62 |
| Binary | 11110101 | 11011100 | 1100 | 0 | 1010 | 1011111 | 100 | 110110 | 1011100 | 110010 |
Color Harmonies of #F5DC0C
Complementary color
Monochromatic Colors of #F5DC0C
Black with #F5DC0C
Text Example
Text Example
White with #F5DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC0C; }
p { color: rgb(245,220,12); }
H1.HeaderClassName
{
color: #F5DC0C;
}
.AnyTagClassName
{
color: #F5DC0C;
}
</style>
background-color css
<style>
a { background-color: #F5DC0C; }
a { background-color: rgb(245,220,12); }
div.DivClassName
{
background-color: #F5DC0C;
}
.BgClassName
{
background-color: #F5DC0C;
}
</style>
border-color css
<style>
span { border-color: #F5DC0C; }
span { border-color: rgb(245,220,12); }
td.TdClassName
{
border-color: #F5DC0C;
}
.TagClassName
{
border-color: #F5DC0C;
}
</style>