Shades of Sweet Corn #F5E46D
Tints of Sweet Corn #F5E46D
RGB
CMYK
RGB Variations
Color information
#F5E46D (or 0xF5E46D) is known color: Sweet Corn. HEX triplet: F5, E4 and 6D. RGB value is (245,228,109). Sum of RGB (Red+Green+Blue) = 245+228+109=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 109 (42.97% from 255 or 18.73% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E46D is #0A1B92. Grayscale: #DCDCDC. Windows color (decimal): -662419 or 7202037. OLE color: 7202037.
HSL color Cylindrical-coordinate representation of color #F5E46D: hue angle of 52.5º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5E46D is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 109 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.04 |
| HSL | 52.5º | 0.87% | 0.69% | - |
| HSV(B) | 52.5º | 0.56% | 0.96% | - |
| XYZ | 68.16 | 76 | 25.55 | - |
| YUV | 219.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 109 | 0 | 0.07 | 0.56 | 0.04 | 52.5 | 0.87 | 0.69 |
| Hex | F5 | E4 | 6D | 0 | 7 | 38 | 4 | 34 | 57 | 45 |
| Octal | 365 | 344 | 155 | 0 | 7 | 70 | 4 | 64 | 127 | 105 |
| Binary | 11110101 | 11100100 | 1101101 | 0 | 111 | 111000 | 100 | 110100 | 1010111 | 1000101 |
Color Harmonies of #F5E46D
Complementary color
Monochromatic Colors of #F5E46D
Black with #F5E46D
Text Example
Text Example
White with #F5E46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E46D; }
p { color: rgb(245,228,109); }
H1.HeaderClassName
{
color: #F5E46D;
}
.AnyTagClassName
{
color: #F5E46D;
}
</style>
background-color css
<style>
a { background-color: #F5E46D; }
a { background-color: rgb(245,228,109); }
div.DivClassName
{
background-color: #F5E46D;
}
.BgClassName
{
background-color: #F5E46D;
}
</style>
border-color css
<style>
span { border-color: #F5E46D; }
span { border-color: rgb(245,228,109); }
td.TdClassName
{
border-color: #F5E46D;
}
.TagClassName
{
border-color: #F5E46D;
}
</style>