Shades of Sweet Corn #F1E275
Tints of Sweet Corn #F1E275
RGB
CMYK
RGB Variations
Color information
#F1E275 (or 0xF1E275) is known color: Sweet Corn. HEX triplet: F1, E2 and 75. RGB value is (241,226,117). Sum of RGB (Red+Green+Blue) = 241+226+117=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 226 (88.67% from 255 or 38.70% from 584); Blue value is 117 (46.09% from 255 or 20.03% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E275 is #0E1D8A. Grayscale: #DADADA. Windows color (decimal): -925067 or 7725809. OLE color: 7725809.
HSL color Cylindrical-coordinate representation of color #F1E275: hue angle of 52.74º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1E275 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 117 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.05 |
| HSL | 52.74º | 0.82% | 0.7% | - |
| HSV(B) | 52.74º | 0.51% | 0.95% | - |
| XYZ | 66.68 | 74.38 | 27.67 | - |
| YUV | 218.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 117 | 0 | 0.06 | 0.51 | 0.05 | 52.74 | 0.82 | 0.7 |
| Hex | F1 | E2 | 75 | 0 | 6 | 33 | 5 | 35 | 52 | 46 |
| Octal | 361 | 342 | 165 | 0 | 6 | 63 | 5 | 65 | 122 | 106 |
| Binary | 11110001 | 11100010 | 1110101 | 0 | 110 | 110011 | 101 | 110101 | 1010010 | 1000110 |
Color Harmonies of #F1E275
Complementary color
Monochromatic Colors of #F1E275
Black with #F1E275
Text Example
Text Example
White with #F1E275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E275; }
p { color: rgb(241,226,117); }
H1.HeaderClassName
{
color: #F1E275;
}
.AnyTagClassName
{
color: #F1E275;
}
</style>
background-color css
<style>
a { background-color: #F1E275; }
a { background-color: rgb(241,226,117); }
div.DivClassName
{
background-color: #F1E275;
}
.BgClassName
{
background-color: #F1E275;
}
</style>
border-color css
<style>
span { border-color: #F1E275; }
span { border-color: rgb(241,226,117); }
td.TdClassName
{
border-color: #F1E275;
}
.TagClassName
{
border-color: #F1E275;
}
</style>