Shades of Sweet Corn #F1E26D
Tints of Sweet Corn #F1E26D
RGB
CMYK
RGB Variations
Color information
#F1E26D (or 0xF1E26D) is known color: Sweet Corn. HEX triplet: F1, E2 and 6D. RGB value is (241,226,109). Sum of RGB (Red+Green+Blue) = 241+226+109=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E26D is #0E1D92. Grayscale: #D9D9D9. Windows color (decimal): -925075 or 7201521. OLE color: 7201521.
HSL color Cylindrical-coordinate representation of color #F1E26D: hue angle of 53.18º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1E26D is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 109 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.05 |
| HSL | 53.18º | 0.83% | 0.69% | - |
| HSV(B) | 53.18º | 0.55% | 0.95% | - |
| XYZ | 66.23 | 74.2 | 25.3 | - |
| YUV | 217.15 | 66.97 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 109 | 0 | 0.06 | 0.55 | 0.05 | 53.18 | 0.83 | 0.69 |
| Hex | F1 | E2 | 6D | 0 | 6 | 37 | 5 | 35 | 52 | 45 |
| Octal | 361 | 342 | 155 | 0 | 6 | 67 | 5 | 65 | 122 | 105 |
| Binary | 11110001 | 11100010 | 1101101 | 0 | 110 | 110111 | 101 | 110101 | 1010010 | 1000101 |
Color Harmonies of #F1E26D
Complementary color
Monochromatic Colors of #F1E26D
Black with #F1E26D
Text Example
Text Example
White with #F1E26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E26D; }
p { color: rgb(241,226,109); }
H1.HeaderClassName
{
color: #F1E26D;
}
.AnyTagClassName
{
color: #F1E26D;
}
</style>
background-color css
<style>
a { background-color: #F1E26D; }
a { background-color: rgb(241,226,109); }
div.DivClassName
{
background-color: #F1E26D;
}
.BgClassName
{
background-color: #F1E26D;
}
</style>
border-color css
<style>
span { border-color: #F1E26D; }
span { border-color: rgb(241,226,109); }
td.TdClassName
{
border-color: #F1E26D;
}
.TagClassName
{
border-color: #F1E26D;
}
</style>