Shades of Corn #F5E95D
Tints of Corn #F5E95D
RGB
CMYK
RGB Variations
Color information
#F5E95D (or 0xF5E95D) is known color: Corn. HEX triplet: F5, E9 and 5D. RGB value is (245,233,93). Sum of RGB (Red+Green+Blue) = 245+233+93=571 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.91% from 571); Green value is 233 (91.41% from 255 or 40.81% from 571); Blue value is 93 (36.72% from 255 or 16.29% from 571); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E95D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E95D is #0A16A2. Grayscale: #DDDDDD. Windows color (decimal): -661155 or 6154741. OLE color: 6154741.
HSL color Cylindrical-coordinate representation of color #F5E95D: hue angle of 55.26º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5E95D is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 93 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.04 |
| HSL | 55.26º | 0.88% | 0.66% | - |
| HSV(B) | 55.26º | 0.62% | 0.96% | - |
| XYZ | 68.77 | 78.48 | 21.88 | - |
| YUV | 220.63 | 55.98 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 93 | 0 | 0.05 | 0.62 | 0.04 | 55.26 | 0.88 | 0.66 |
| Hex | F5 | E9 | 5D | 0 | 5 | 3E | 4 | 37 | 58 | 42 |
| Octal | 365 | 351 | 135 | 0 | 5 | 76 | 4 | 67 | 130 | 102 |
| Binary | 11110101 | 11101001 | 1011101 | 0 | 101 | 111110 | 100 | 110111 | 1011000 | 1000010 |
Color Harmonies of #F5E95D
Complementary color
Monochromatic Colors of #F5E95D
Black with #F5E95D
Text Example
Text Example
White with #F5E95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E95D; }
p { color: rgb(245,233,93); }
H1.HeaderClassName
{
color: #F5E95D;
}
.AnyTagClassName
{
color: #F5E95D;
}
</style>
background-color css
<style>
a { background-color: #F5E95D; }
a { background-color: rgb(245,233,93); }
div.DivClassName
{
background-color: #F5E95D;
}
.BgClassName
{
background-color: #F5E95D;
}
</style>
border-color css
<style>
span { border-color: #F5E95D; }
span { border-color: rgb(245,233,93); }
td.TdClassName
{
border-color: #F5E95D;
}
.TagClassName
{
border-color: #F5E95D;
}
</style>