Shades of Lemon #F5F30C
Tints of Lemon #F5F30C
RGB
CMYK
RGB Variations
Color information
#F5F30C (or 0xF5F30C) is known color: Lemon. HEX triplet: F5, F3 and 0C. RGB value is (245,243,12). Sum of RGB (Red+Green+Blue) = 245+243+12=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 12 (5.08% from 255 or 2.4% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F30C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5F30C is #0A0CF3. Grayscale: #DADADA. Windows color (decimal): -658676 or 848885. OLE color: 848885.
HSL color Cylindrical-coordinate representation of color #F5F30C: hue angle of 59.48º 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 #F5F30C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 243 | 12 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.04 |
| HSL | 59.48º | 0.92% | 0.5% | - |
| HSV(B) | 59.48º | 0.95% | 0.96% | - |
| XYZ | 69.77 | 83.54 | 12.8 | - |
| YUV | 217.26 | 12.16 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 243 | 12 | 0 | 0.01 | 0.95 | 0.04 | 59.48 | 0.92 | 0.5 |
| Hex | F5 | F3 | C | 0 | 1 | 5F | 4 | 3B | 5C | 32 |
| Octal | 365 | 363 | 14 | 0 | 1 | 137 | 4 | 73 | 134 | 62 |
| Binary | 11110101 | 11110011 | 1100 | 0 | 1 | 1011111 | 100 | 111011 | 1011100 | 110010 |
Color Harmonies of #F5F30C
Complementary color
Monochromatic Colors of #F5F30C
Black with #F5F30C
Text Example
Text Example
White with #F5F30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F30C; }
p { color: rgb(245,243,12); }
H1.HeaderClassName
{
color: #F5F30C;
}
.AnyTagClassName
{
color: #F5F30C;
}
</style>
background-color css
<style>
a { background-color: #F5F30C; }
a { background-color: rgb(245,243,12); }
div.DivClassName
{
background-color: #F5F30C;
}
.BgClassName
{
background-color: #F5F30C;
}
</style>
border-color css
<style>
span { border-color: #F5F30C; }
span { border-color: rgb(245,243,12); }
td.TdClassName
{
border-color: #F5F30C;
}
.TagClassName
{
border-color: #F5F30C;
}
</style>