Shades of Corn #F5E45D
Tints of Corn #F5E45D
RGB
CMYK
RGB Variations
Color information
#F5E45D (or 0xF5E45D) is known color: Corn. HEX triplet: F5, E4 and 5D. RGB value is (245,228,93). Sum of RGB (Red+Green+Blue) = 245+228+93=566 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.29% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E45D is #0A1BA2. Grayscale: #DADADA. Windows color (decimal): -662435 or 6153461. OLE color: 6153461.
HSL color Cylindrical-coordinate representation of color #F5E45D: hue angle of 53.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 #F5E45D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 93 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.04 |
| HSL | 53.29º | 0.88% | 0.66% | - |
| HSV(B) | 53.29º | 0.62% | 0.96% | - |
| XYZ | 67.38 | 75.69 | 21.41 | - |
| YUV | 217.69 | 57.63 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 93 | 0 | 0.07 | 0.62 | 0.04 | 53.29 | 0.88 | 0.66 |
| Hex | F5 | E4 | 5D | 0 | 7 | 3E | 4 | 35 | 58 | 42 |
| Octal | 365 | 344 | 135 | 0 | 7 | 76 | 4 | 65 | 130 | 102 |
| Binary | 11110101 | 11100100 | 1011101 | 0 | 111 | 111110 | 100 | 110101 | 1011000 | 1000010 |
Color Harmonies of #F5E45D
Complementary color
Monochromatic Colors of #F5E45D
Black with #F5E45D
Text Example
Text Example
White with #F5E45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E45D; }
p { color: rgb(245,228,93); }
H1.HeaderClassName
{
color: #F5E45D;
}
.AnyTagClassName
{
color: #F5E45D;
}
</style>
background-color css
<style>
a { background-color: #F5E45D; }
a { background-color: rgb(245,228,93); }
div.DivClassName
{
background-color: #F5E45D;
}
.BgClassName
{
background-color: #F5E45D;
}
</style>
border-color css
<style>
span { border-color: #F5E45D; }
span { border-color: rgb(245,228,93); }
td.TdClassName
{
border-color: #F5E45D;
}
.TagClassName
{
border-color: #F5E45D;
}
</style>