Shades of Sweet Corn #F5E06D
Tints of Sweet Corn #F5E06D
RGB
CMYK
RGB Variations
Color information
#F5E06D (or 0xF5E06D) is known color: Sweet Corn. HEX triplet: F5, E0 and 6D. RGB value is (245,224,109). Sum of RGB (Red+Green+Blue) = 245+224+109=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 109 (42.97% from 255 or 18.86% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E06D is #0A1F92. Grayscale: #D9D9D9. Windows color (decimal): -663443 or 7201013. OLE color: 7201013.
HSL color Cylindrical-coordinate representation of color #F5E06D: hue angle of 50.74º 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 #F5E06D is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 109 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.04 |
| HSL | 50.74º | 0.87% | 0.69% | - |
| HSV(B) | 50.74º | 0.56% | 0.96% | - |
| XYZ | 67.07 | 73.83 | 25.18 | - |
| YUV | 217.17 | 66.96 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 109 | 0 | 0.09 | 0.56 | 0.04 | 50.74 | 0.87 | 0.69 |
| Hex | F5 | E0 | 6D | 0 | 9 | 38 | 4 | 33 | 57 | 45 |
| Octal | 365 | 340 | 155 | 0 | 11 | 70 | 4 | 63 | 127 | 105 |
| Binary | 11110101 | 11100000 | 1101101 | 0 | 1001 | 111000 | 100 | 110011 | 1010111 | 1000101 |
Color Harmonies of #F5E06D
Complementary color
Monochromatic Colors of #F5E06D
Black with #F5E06D
Text Example
Text Example
White with #F5E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E06D; }
p { color: rgb(245,224,109); }
H1.HeaderClassName
{
color: #F5E06D;
}
.AnyTagClassName
{
color: #F5E06D;
}
</style>
background-color css
<style>
a { background-color: #F5E06D; }
a { background-color: rgb(245,224,109); }
div.DivClassName
{
background-color: #F5E06D;
}
.BgClassName
{
background-color: #F5E06D;
}
</style>
border-color css
<style>
span { border-color: #F5E06D; }
span { border-color: rgb(245,224,109); }
td.TdClassName
{
border-color: #F5E06D;
}
.TagClassName
{
border-color: #F5E06D;
}
</style>