Shades of Corn #F5E964
Tints of Corn #F5E964
RGB
CMYK
RGB Variations
Color information
#F5E964 (or 0xF5E964) is known color: Corn. HEX triplet: F5, E9 and 64. RGB value is (245,233,100). Sum of RGB (Red+Green+Blue) = 245+233+100=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 233 (91.41% from 255 or 40.31% from 578); Blue value is 100 (39.45% from 255 or 17.30% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E964 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E964 is #0A169B. Grayscale: #DDDDDD. Windows color (decimal): -661148 or 6613493. OLE color: 6613493.
HSL color Cylindrical-coordinate representation of color #F5E964: hue angle of 55.03º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5E964 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 100 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.04 |
| HSL | 55.03º | 0.88% | 0.68% | - |
| HSV(B) | 55.03º | 0.59% | 0.96% | - |
| XYZ | 69.1 | 78.61 | 23.59 | - |
| YUV | 221.43 | 59.48 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 100 | 0 | 0.05 | 0.59 | 0.04 | 55.03 | 0.88 | 0.68 |
| Hex | F5 | E9 | 64 | 0 | 5 | 3B | 4 | 37 | 58 | 44 |
| Octal | 365 | 351 | 144 | 0 | 5 | 73 | 4 | 67 | 130 | 104 |
| Binary | 11110101 | 11101001 | 1100100 | 0 | 101 | 111011 | 100 | 110111 | 1011000 | 1000100 |
Color Harmonies of #F5E964
Complementary color
Monochromatic Colors of #F5E964
Black with #F5E964
Text Example
Text Example
White with #F5E964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E964; }
p { color: rgb(245,233,100); }
H1.HeaderClassName
{
color: #F5E964;
}
.AnyTagClassName
{
color: #F5E964;
}
</style>
background-color css
<style>
a { background-color: #F5E964; }
a { background-color: rgb(245,233,100); }
div.DivClassName
{
background-color: #F5E964;
}
.BgClassName
{
background-color: #F5E964;
}
</style>
border-color css
<style>
span { border-color: #F5E964; }
span { border-color: rgb(245,233,100); }
td.TdClassName
{
border-color: #F5E964;
}
.TagClassName
{
border-color: #F5E964;
}
</style>