Shades of Lemon #F5E00C
Tints of Lemon #F5E00C
RGB
CMYK
RGB Variations
Color information
#F5E00C (or 0xF5E00C) is known color: Lemon. HEX triplet: F5, E0 and 0C. RGB value is (245,224,12). Sum of RGB (Red+Green+Blue) = 245+224+12=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 12 (5.08% from 255 or 2.49% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E00C is #0A1FF3. Grayscale: #CECECE. Windows color (decimal): -663540 or 844021. OLE color: 844021.
HSL color Cylindrical-coordinate representation of color #F5E00C: hue angle of 54.59º 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 #F5E00C is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 12 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.04 |
| HSL | 54.59º | 0.92% | 0.5% | - |
| HSV(B) | 54.59º | 0.95% | 0.96% | - |
| XYZ | 64.38 | 72.75 | 11 | - |
| YUV | 206.11 | 18.46 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 12 | 0 | 0.09 | 0.95 | 0.04 | 54.59 | 0.92 | 0.5 |
| Hex | F5 | E0 | C | 0 | 9 | 5F | 4 | 37 | 5C | 32 |
| Octal | 365 | 340 | 14 | 0 | 11 | 137 | 4 | 67 | 134 | 62 |
| Binary | 11110101 | 11100000 | 1100 | 0 | 1001 | 1011111 | 100 | 110111 | 1011100 | 110010 |
Color Harmonies of #F5E00C
Complementary color
Monochromatic Colors of #F5E00C
Black with #F5E00C
Text Example
Text Example
White with #F5E00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E00C; }
p { color: rgb(245,224,12); }
H1.HeaderClassName
{
color: #F5E00C;
}
.AnyTagClassName
{
color: #F5E00C;
}
</style>
background-color css
<style>
a { background-color: #F5E00C; }
a { background-color: rgb(245,224,12); }
div.DivClassName
{
background-color: #F5E00C;
}
.BgClassName
{
background-color: #F5E00C;
}
</style>
border-color css
<style>
span { border-color: #F5E00C; }
span { border-color: rgb(245,224,12); }
td.TdClassName
{
border-color: #F5E00C;
}
.TagClassName
{
border-color: #F5E00C;
}
</style>