Shades of Corn Field #FFF4B7
Tints of Corn Field #FFF4B7
RGB
CMYK
RGB Variations
Color information
#FFF4B7 (or 0xFFF4B7) is known color: Corn Field. HEX triplet: FF, F4 and B7. RGB value is (255,244,183). Sum of RGB (Red+Green+Blue) = 255+244+183=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 244 (95.70% from 255 or 35.78% from 682); Blue value is 183 (71.88% from 255 or 26.83% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF4B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF4B7 is #000B48. Grayscale: #F0F0F0. Windows color (decimal): -2889 or 12055807. OLE color: 12055807.
HSL color Cylindrical-coordinate representation of color #FFF4B7: hue angle of 50.83º 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 #FFF4B7 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 244 | 183 | - |
| CMYK | 0 | 0.04 | 0.28 | 0 |
| HSL | 50.83º | 1% | 0.86% | - |
| HSV(B) | 50.83º | 0.28% | 1% | - |
| XYZ | 82.14 | 89.38 | 57.72 | - |
| YUV | 240.34 | 95.64 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 244 | 183 | 0 | 0.04 | 0.28 | 0 | 50.83 | 1 | 0.86 |
| Hex | FF | F4 | B7 | 0 | 4 | 1C | 0 | 33 | 64 | 56 |
| Octal | 377 | 364 | 267 | 0 | 4 | 34 | 0 | 63 | 144 | 126 |
| Binary | 11111111 | 11110100 | 10110111 | 0 | 100 | 11100 | 0 | 110011 | 1100100 | 1010110 |
Color Harmonies of #FFF4B7
Complementary color
Monochromatic Colors of #FFF4B7
Black with #FFF4B7
Text Example
Text Example
White with #FFF4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF4B7; }
p { color: rgb(255,244,183); }
H1.HeaderClassName
{
color: #FFF4B7;
}
.AnyTagClassName
{
color: #FFF4B7;
}
</style>
background-color css
<style>
a { background-color: #FFF4B7; }
a { background-color: rgb(255,244,183); }
div.DivClassName
{
background-color: #FFF4B7;
}
.BgClassName
{
background-color: #FFF4B7;
}
</style>
border-color css
<style>
span { border-color: #FFF4B7; }
span { border-color: rgb(255,244,183); }
td.TdClassName
{
border-color: #FFF4B7;
}
.TagClassName
{
border-color: #FFF4B7;
}
</style>