Shades of Sweet Corn #F1E475
Tints of Sweet Corn #F1E475
RGB
CMYK
RGB Variations
Color information
#F1E475 (or 0xF1E475) is known color: Sweet Corn. HEX triplet: F1, E4 and 75. RGB value is (241,228,117). Sum of RGB (Red+Green+Blue) = 241+228+117=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 117 (46.09% from 255 or 19.97% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E475 is #0E1B8A. Grayscale: #DBDBDB. Windows color (decimal): -924555 or 7726321. OLE color: 7726321.
HSL color Cylindrical-coordinate representation of color #F1E475: hue angle of 53.71º 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 #F1E475 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 228 | 117 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.05 |
| HSL | 53.71º | 0.82% | 0.7% | - |
| HSV(B) | 53.71º | 0.51% | 0.95% | - |
| XYZ | 67.23 | 75.47 | 27.85 | - |
| YUV | 219.23 | 70.31 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 228 | 117 | 0 | 0.05 | 0.51 | 0.05 | 53.71 | 0.82 | 0.7 |
| Hex | F1 | E4 | 75 | 0 | 5 | 33 | 5 | 36 | 52 | 46 |
| Octal | 361 | 344 | 165 | 0 | 5 | 63 | 5 | 66 | 122 | 106 |
| Binary | 11110001 | 11100100 | 1110101 | 0 | 101 | 110011 | 101 | 110110 | 1010010 | 1000110 |
Color Harmonies of #F1E475
Complementary color
Monochromatic Colors of #F1E475
Black with #F1E475
Text Example
Text Example
White with #F1E475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E475; }
p { color: rgb(241,228,117); }
H1.HeaderClassName
{
color: #F1E475;
}
.AnyTagClassName
{
color: #F1E475;
}
</style>
background-color css
<style>
a { background-color: #F1E475; }
a { background-color: rgb(241,228,117); }
div.DivClassName
{
background-color: #F1E475;
}
.BgClassName
{
background-color: #F1E475;
}
</style>
border-color css
<style>
span { border-color: #F1E475; }
span { border-color: rgb(241,228,117); }
td.TdClassName
{
border-color: #F1E475;
}
.TagClassName
{
border-color: #F1E475;
}
</style>