Shades of Corn #F5F158
Tints of Corn #F5F158
RGB
CMYK
RGB Variations
Color information
#F5F158 (or 0xF5F158) is known color: Corn. HEX triplet: F5, F1 and 58. RGB value is (245,241,88). Sum of RGB (Red+Green+Blue) = 245+241+88=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 88 (34.77% from 255 or 15.33% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F158 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F158 is #0A0EA7. Grayscale: #E1E1E1. Windows color (decimal): -659112 or 5829109. OLE color: 5829109.
HSL color Cylindrical-coordinate representation of color #F5F158: hue angle of 58.47º 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 #F5F158 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 241 | 88 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.04 |
| HSL | 58.47º | 0.89% | 0.65% | - |
| HSV(B) | 58.47º | 0.64% | 0.96% | - |
| XYZ | 70.87 | 83.03 | 21.52 | - |
| YUV | 224.75 | 50.83 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 241 | 88 | 0 | 0.02 | 0.64 | 0.04 | 58.47 | 0.89 | 0.65 |
| Hex | F5 | F1 | 58 | 0 | 2 | 40 | 4 | 3A | 59 | 41 |
| Octal | 365 | 361 | 130 | 0 | 2 | 100 | 4 | 72 | 131 | 101 |
| Binary | 11110101 | 11110001 | 1011000 | 0 | 10 | 1000000 | 100 | 111010 | 1011001 | 1000001 |
Color Harmonies of #F5F158
Complementary color
Monochromatic Colors of #F5F158
Black with #F5F158
Text Example
Text Example
White with #F5F158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F158; }
p { color: rgb(245,241,88); }
H1.HeaderClassName
{
color: #F5F158;
}
.AnyTagClassName
{
color: #F5F158;
}
</style>
background-color css
<style>
a { background-color: #F5F158; }
a { background-color: rgb(245,241,88); }
div.DivClassName
{
background-color: #F5F158;
}
.BgClassName
{
background-color: #F5F158;
}
</style>
border-color css
<style>
span { border-color: #F5F158; }
span { border-color: rgb(245,241,88); }
td.TdClassName
{
border-color: #F5F158;
}
.TagClassName
{
border-color: #F5F158;
}
</style>