Shades of Corn Field #FFF7BD
Tints of Corn Field #FFF7BD
RGB
CMYK
RGB Variations
Color information
#FFF7BD (or 0xFFF7BD) is known color: Corn Field. HEX triplet: FF, F7 and BD. RGB value is (255,247,189). Sum of RGB (Red+Green+Blue) = 255+247+189=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 247 (96.88% from 255 or 35.75% from 691); Blue value is 189 (74.22% from 255 or 27.35% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF7BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF7BD is #000842. Grayscale: #F3F3F3. Windows color (decimal): -2115 or 12449791. OLE color: 12449791.
HSL color Cylindrical-coordinate representation of color #FFF7BD: hue angle of 52.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFF7BD is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 247 | 189 | - |
| CMYK | 0 | 0.03 | 0.26 | 0 |
| HSL | 52.73º | 1% | 0.87% | - |
| HSV(B) | 52.73º | 0.26% | 1% | - |
| XYZ | 83.69 | 91.46 | 61.39 | - |
| YUV | 242.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 247 | 189 | 0 | 0.03 | 0.26 | 0 | 52.73 | 1 | 0.87 |
| Hex | FF | F7 | BD | 0 | 3 | 1A | 0 | 35 | 64 | 57 |
| Octal | 377 | 367 | 275 | 0 | 3 | 32 | 0 | 65 | 144 | 127 |
| Binary | 11111111 | 11110111 | 10111101 | 0 | 11 | 11010 | 0 | 110101 | 1100100 | 1010111 |
Color Harmonies of #FFF7BD
Complementary color
Monochromatic Colors of #FFF7BD
Black with #FFF7BD
Text Example
Text Example
White with #FFF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF7BD; }
p { color: rgb(255,247,189); }
H1.HeaderClassName
{
color: #FFF7BD;
}
.AnyTagClassName
{
color: #FFF7BD;
}
</style>
background-color css
<style>
a { background-color: #FFF7BD; }
a { background-color: rgb(255,247,189); }
div.DivClassName
{
background-color: #FFF7BD;
}
.BgClassName
{
background-color: #FFF7BD;
}
</style>
border-color css
<style>
span { border-color: #FFF7BD; }
span { border-color: rgb(255,247,189); }
td.TdClassName
{
border-color: #FFF7BD;
}
.TagClassName
{
border-color: #FFF7BD;
}
</style>