Shades of Corn Field #FFF7B7
Tints of Corn Field #FFF7B7
RGB
CMYK
RGB Variations
Color information
#FFF7B7 (or 0xFFF7B7) is known color: Corn Field. HEX triplet: FF, F7 and B7. RGB value is (255,247,183). Sum of RGB (Red+Green+Blue) = 255+247+183=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 183 (71.88% from 255 or 26.72% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7B7 is #000848. Grayscale: #F2F2F2. Windows color (decimal): -2121 or 12056575. OLE color: 12056575.
HSL color Cylindrical-coordinate representation of color #FFF7B7: hue angle of 53.33º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFF7B7 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 183 | - |
| CMYK | 0 | 0.03 | 0.28 | 0 |
| HSL | 53.33º | 1% | 0.86% | - |
| HSV(B) | 53.33º | 0.28% | 1% | - |
| XYZ | 83.05 | 91.2 | 58.03 | - |
| YUV | 242.1 | 94.65 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 183 | 0 | 0.03 | 0.28 | 0 | 53.33 | 1 | 0.86 |
| Hex | FF | F7 | B7 | 0 | 3 | 1C | 0 | 35 | 64 | 56 |
| Octal | 377 | 367 | 267 | 0 | 3 | 34 | 0 | 65 | 144 | 126 |
| Binary | 11111111 | 11110111 | 10110111 | 0 | 11 | 11100 | 0 | 110101 | 1100100 | 1010110 |
Color Harmonies of #FFF7B7
Complementary color
Monochromatic Colors of #FFF7B7
Black with #FFF7B7
Text Example
Text Example
White with #FFF7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7B7; }
p { color: rgb(255,247,183); }
H1.HeaderClassName
{
color: #FFF7B7;
}
.AnyTagClassName
{
color: #FFF7B7;
}
</style>
background-color css
<style>
a { background-color: #FFF7B7; }
a { background-color: rgb(255,247,183); }
div.DivClassName
{
background-color: #FFF7B7;
}
.BgClassName
{
background-color: #FFF7B7;
}
</style>
border-color css
<style>
span { border-color: #FFF7B7; }
span { border-color: rgb(255,247,183); }
td.TdClassName
{
border-color: #FFF7B7;
}
.TagClassName
{
border-color: #FFF7B7;
}
</style>