Shades of Sweet Corn #F1E172
Tints of Sweet Corn #F1E172
RGB
CMYK
RGB Variations
Color information
#F1E172 (or 0xF1E172) is known color: Sweet Corn. HEX triplet: F1, E1 and 72. RGB value is (241,225,114). Sum of RGB (Red+Green+Blue) = 241+225+114=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1E172 is #0E1E8D. Grayscale: #D9D9D9. Windows color (decimal): -925326 or 7528945. OLE color: 7528945.
HSL color Cylindrical-coordinate representation of color #F1E172: hue angle of 52.44º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1E172 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 114 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.05 |
| HSL | 52.44º | 0.82% | 0.7% | - |
| HSV(B) | 52.44º | 0.53% | 0.95% | - |
| XYZ | 66.24 | 73.77 | 26.67 | - |
| YUV | 217.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 114 | 0 | 0.07 | 0.53 | 0.05 | 52.44 | 0.82 | 0.7 |
| Hex | F1 | E1 | 72 | 0 | 7 | 35 | 5 | 34 | 52 | 46 |
| Octal | 361 | 341 | 162 | 0 | 7 | 65 | 5 | 64 | 122 | 106 |
| Binary | 11110001 | 11100001 | 1110010 | 0 | 111 | 110101 | 101 | 110100 | 1010010 | 1000110 |
Color Harmonies of #F1E172
Complementary color
Monochromatic Colors of #F1E172
Black with #F1E172
Text Example
Text Example
White with #F1E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E172; }
p { color: rgb(241,225,114); }
H1.HeaderClassName
{
color: #F1E172;
}
.AnyTagClassName
{
color: #F1E172;
}
</style>
background-color css
<style>
a { background-color: #F1E172; }
a { background-color: rgb(241,225,114); }
div.DivClassName
{
background-color: #F1E172;
}
.BgClassName
{
background-color: #F1E172;
}
</style>
border-color css
<style>
span { border-color: #F1E172; }
span { border-color: rgb(241,225,114); }
td.TdClassName
{
border-color: #F1E172;
}
.TagClassName
{
border-color: #F1E172;
}
</style>