Shades of Corn #F5E95C
Tints of Corn #F5E95C
RGB
CMYK
RGB Variations
Color information
#F5E95C (or 0xF5E95C) is known color: Corn. HEX triplet: F5, E9 and 5C. RGB value is (245,233,92). Sum of RGB (Red+Green+Blue) = 245+233+92=570 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.98% from 570); Green value is 233 (91.41% from 255 or 40.88% from 570); Blue value is 92 (36.33% from 255 or 16.14% from 570); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E95C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E95C is #0A16A3. Grayscale: #DDDDDD. Windows color (decimal): -661156 or 6089205. OLE color: 6089205.
HSL color Cylindrical-coordinate representation of color #F5E95C: hue angle of 55.29º 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 #F5E95C is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 92 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.04 |
| HSL | 55.29º | 0.88% | 0.66% | - |
| HSV(B) | 55.29º | 0.62% | 0.96% | - |
| XYZ | 68.73 | 78.46 | 21.65 | - |
| YUV | 220.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 92 | 0 | 0.05 | 0.62 | 0.04 | 55.29 | 0.88 | 0.66 |
| Hex | F5 | E9 | 5C | 0 | 5 | 3E | 4 | 37 | 58 | 42 |
| Octal | 365 | 351 | 134 | 0 | 5 | 76 | 4 | 67 | 130 | 102 |
| Binary | 11110101 | 11101001 | 1011100 | 0 | 101 | 111110 | 100 | 110111 | 1011000 | 1000010 |
Color Harmonies of #F5E95C
Complementary color
Monochromatic Colors of #F5E95C
Black with #F5E95C
Text Example
Text Example
White with #F5E95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E95C; }
p { color: rgb(245,233,92); }
H1.HeaderClassName
{
color: #F5E95C;
}
.AnyTagClassName
{
color: #F5E95C;
}
</style>
background-color css
<style>
a { background-color: #F5E95C; }
a { background-color: rgb(245,233,92); }
div.DivClassName
{
background-color: #F5E95C;
}
.BgClassName
{
background-color: #F5E95C;
}
</style>
border-color css
<style>
span { border-color: #F5E95C; }
span { border-color: rgb(245,233,92); }
td.TdClassName
{
border-color: #F5E95C;
}
.TagClassName
{
border-color: #F5E95C;
}
</style>