Shades of Corn #F5F159
Tints of Corn #F5F159
RGB
CMYK
RGB Variations
Color information
#F5F159 (or 0xF5F159) is known color: Corn. HEX triplet: F5, F1 and 59. RGB value is (245,241,89). Sum of RGB (Red+Green+Blue) = 245+241+89=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 241 (94.53% from 255 or 41.91% from 575); Blue value is 89 (35.16% from 255 or 15.48% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F159 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F159 is #0A0EA6. Grayscale: #E1E1E1. Windows color (decimal): -659111 or 5894645. OLE color: 5894645.
HSL color Cylindrical-coordinate representation of color #F5F159: hue angle of 58.46º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5F159 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 89 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.04 |
| HSL | 58.46º | 0.89% | 0.65% | - |
| HSV(B) | 58.46º | 0.64% | 0.96% | - |
| XYZ | 70.91 | 83.04 | 21.74 | - |
| YUV | 224.87 | 51.33 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 89 | 0 | 0.02 | 0.64 | 0.04 | 58.46 | 0.89 | 0.65 |
| Hex | F5 | F1 | 59 | 0 | 2 | 40 | 4 | 3A | 59 | 41 |
| Octal | 365 | 361 | 131 | 0 | 2 | 100 | 4 | 72 | 131 | 101 |
| Binary | 11110101 | 11110001 | 1011001 | 0 | 10 | 1000000 | 100 | 111010 | 1011001 | 1000001 |
Color Harmonies of #F5F159
Complementary color
Monochromatic Colors of #F5F159
Black with #F5F159
Text Example
Text Example
White with #F5F159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F159; }
p { color: rgb(245,241,89); }
H1.HeaderClassName
{
color: #F5F159;
}
.AnyTagClassName
{
color: #F5F159;
}
</style>
background-color css
<style>
a { background-color: #F5F159; }
a { background-color: rgb(245,241,89); }
div.DivClassName
{
background-color: #F5F159;
}
.BgClassName
{
background-color: #F5F159;
}
</style>
border-color css
<style>
span { border-color: #F5F159; }
span { border-color: rgb(245,241,89); }
td.TdClassName
{
border-color: #F5F159;
}
.TagClassName
{
border-color: #F5F159;
}
</style>