Shades of Corn #F5F659
Tints of Corn #F5F659
RGB
CMYK
RGB Variations
Color information
#F5F659 (or 0xF5F659) is known color: Corn. HEX triplet: F5, F6 and 59. RGB value is (245,246,89). Sum of RGB (Red+Green+Blue) = 245+246+89=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 246 (96.48% from 255 or 42.41% from 580); Blue value is 89 (35.16% from 255 or 15.34% from 580); Max value from RGB is 246 - color contains mainly: green. Hex color #F5F659 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F659 is #0A09A6. Grayscale: #E4E4E4. Windows color (decimal): -657831 or 5895925. OLE color: 5895925.
HSL color Cylindrical-coordinate representation of color #F5F659: hue angle of 60.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F5F659 is Cyan = 0.00, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 246 | 89 | - |
| CMYK | 0.00 | 0 | 0.64 | 0.04 |
| HSL | 60.38º | 0.9% | 0.66% | - |
| HSV(B) | 60.38º | 0.64% | 0.96% | - |
| XYZ | 72.42 | 86.05 | 22.24 | - |
| YUV | 227.8 | 49.67 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 246 | 89 | 0.00 | 0 | 0.64 | 0.04 | 60.38 | 0.9 | 0.66 |
| Hex | F5 | F6 | 59 | 0 | 0 | 40 | 4 | 3C | 5A | 42 |
| Octal | 365 | 366 | 131 | 0 | 0 | 100 | 4 | 74 | 132 | 102 |
| Binary | 11110101 | 11110110 | 1011001 | 0 | 0 | 1000000 | 100 | 111100 | 1011010 | 1000010 |
Color Harmonies of #F5F659
Complementary color
Monochromatic Colors of #F5F659
Black with #F5F659
Text Example
Text Example
White with #F5F659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5F659; }
p { color: rgb(245,246,89); }
H1.HeaderClassName
{
color: #F5F659;
}
.AnyTagClassName
{
color: #F5F659;
}
</style>
background-color css
<style>
a { background-color: #F5F659; }
a { background-color: rgb(245,246,89); }
div.DivClassName
{
background-color: #F5F659;
}
.BgClassName
{
background-color: #F5F659;
}
</style>
border-color css
<style>
span { border-color: #F5F659; }
span { border-color: rgb(245,246,89); }
td.TdClassName
{
border-color: #F5F659;
}
.TagClassName
{
border-color: #F5F659;
}
</style>