Shades of Corn Field #F7F1BF
Tints of Corn Field #F7F1BF
RGB
CMYK
RGB Variations
Color information
#F7F1BF (or 0xF7F1BF) is known color: Corn Field. HEX triplet: F7, F1 and BF. RGB value is (247,241,191). Sum of RGB (Red+Green+Blue) = 247+241+191=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F1BF is #080E40. Grayscale: #EDEDED. Windows color (decimal): -527937 or 12579319. OLE color: 12579319.
HSL color Cylindrical-coordinate representation of color #F7F1BF: hue angle of 53.57º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F7F1BF is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 241 | 191 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.03 |
| HSL | 53.57º | 0.78% | 0.86% | - |
| HSV(B) | 53.57º | 0.23% | 0.97% | - |
| XYZ | 79.22 | 86.45 | 61.8 | - |
| YUV | 237.09 | 101.99 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 241 | 191 | 0 | 0.02 | 0.23 | 0.03 | 53.57 | 0.78 | 0.86 |
| Hex | F7 | F1 | BF | 0 | 2 | 17 | 3 | 36 | 4E | 56 |
| Octal | 367 | 361 | 277 | 0 | 2 | 27 | 3 | 66 | 116 | 126 |
| Binary | 11110111 | 11110001 | 10111111 | 0 | 10 | 10111 | 11 | 110110 | 1001110 | 1010110 |
Color Harmonies of #F7F1BF
Complementary color
Monochromatic Colors of #F7F1BF
Black with #F7F1BF
Text Example
Text Example
White with #F7F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7F1BF; }
p { color: rgb(247,241,191); }
H1.HeaderClassName
{
color: #F7F1BF;
}
.AnyTagClassName
{
color: #F7F1BF;
}
</style>
background-color css
<style>
a { background-color: #F7F1BF; }
a { background-color: rgb(247,241,191); }
div.DivClassName
{
background-color: #F7F1BF;
}
.BgClassName
{
background-color: #F7F1BF;
}
</style>
border-color css
<style>
span { border-color: #F7F1BF; }
span { border-color: rgb(247,241,191); }
td.TdClassName
{
border-color: #F7F1BF;
}
.TagClassName
{
border-color: #F7F1BF;
}
</style>