Shades of Sweet Corn #F5E26D
Tints of Sweet Corn #F5E26D
RGB
CMYK
RGB Variations
Color information
#F5E26D (or 0xF5E26D) is known color: Sweet Corn. HEX triplet: F5, E2 and 6D. RGB value is (245,226,109). Sum of RGB (Red+Green+Blue) = 245+226+109=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 226 (88.67% from 255 or 38.97% from 580); Blue value is 109 (42.97% from 255 or 18.79% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5E26D is #0A1D92. Grayscale: #DADADA. Windows color (decimal): -662931 or 7201525. OLE color: 7201525.
HSL color Cylindrical-coordinate representation of color #F5E26D: hue angle of 51.62º 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 #F5E26D is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 109 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.04 |
| HSL | 51.62º | 0.87% | 0.69% | - |
| HSV(B) | 51.62º | 0.56% | 0.96% | - |
| XYZ | 67.61 | 74.91 | 25.36 | - |
| YUV | 218.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 109 | 0 | 0.08 | 0.56 | 0.04 | 51.62 | 0.87 | 0.69 |
| Hex | F5 | E2 | 6D | 0 | 8 | 38 | 4 | 34 | 57 | 45 |
| Octal | 365 | 342 | 155 | 0 | 10 | 70 | 4 | 64 | 127 | 105 |
| Binary | 11110101 | 11100010 | 1101101 | 0 | 1000 | 111000 | 100 | 110100 | 1010111 | 1000101 |
Color Harmonies of #F5E26D
Complementary color
Monochromatic Colors of #F5E26D
Black with #F5E26D
Text Example
Text Example
White with #F5E26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E26D; }
p { color: rgb(245,226,109); }
H1.HeaderClassName
{
color: #F5E26D;
}
.AnyTagClassName
{
color: #F5E26D;
}
</style>
background-color css
<style>
a { background-color: #F5E26D; }
a { background-color: rgb(245,226,109); }
div.DivClassName
{
background-color: #F5E26D;
}
.BgClassName
{
background-color: #F5E26D;
}
</style>
border-color css
<style>
span { border-color: #F5E26D; }
span { border-color: rgb(245,226,109); }
td.TdClassName
{
border-color: #F5E26D;
}
.TagClassName
{
border-color: #F5E26D;
}
</style>