Shades of Corn Field #FFF6B9
Tints of Corn Field #FFF6B9
RGB
CMYK
RGB Variations
Color information
#FFF6B9 (or 0xFFF6B9) is known color: Corn Field. HEX triplet: FF, F6 and B9. RGB value is (255,246,185). Sum of RGB (Red+Green+Blue) = 255+246+185=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 185 (72.66% from 255 or 26.97% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF6B9 is #000946. Grayscale: #F1F1F1. Windows color (decimal): -2375 or 12187391. OLE color: 12187391.
HSL color Cylindrical-coordinate representation of color #FFF6B9: hue angle of 52.29º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFF6B9 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 185 | - |
| CMYK | 0 | 0.04 | 0.27 | 0 |
| HSL | 52.29º | 1% | 0.86% | - |
| HSV(B) | 52.29º | 0.27% | 1% | - |
| XYZ | 82.95 | 90.67 | 59.03 | - |
| YUV | 241.74 | 95.98 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 185 | 0 | 0.04 | 0.27 | 0 | 52.29 | 1 | 0.86 |
| Hex | FF | F6 | B9 | 0 | 4 | 1B | 0 | 34 | 64 | 56 |
| Octal | 377 | 366 | 271 | 0 | 4 | 33 | 0 | 64 | 144 | 126 |
| Binary | 11111111 | 11110110 | 10111001 | 0 | 100 | 11011 | 0 | 110100 | 1100100 | 1010110 |
Color Harmonies of #FFF6B9
Complementary color
Monochromatic Colors of #FFF6B9
Black with #FFF6B9
Text Example
Text Example
White with #FFF6B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6B9; }
p { color: rgb(255,246,185); }
H1.HeaderClassName
{
color: #FFF6B9;
}
.AnyTagClassName
{
color: #FFF6B9;
}
</style>
background-color css
<style>
a { background-color: #FFF6B9; }
a { background-color: rgb(255,246,185); }
div.DivClassName
{
background-color: #FFF6B9;
}
.BgClassName
{
background-color: #FFF6B9;
}
</style>
border-color css
<style>
span { border-color: #FFF6B9; }
span { border-color: rgb(255,246,185); }
td.TdClassName
{
border-color: #FFF6B9;
}
.TagClassName
{
border-color: #FFF6B9;
}
</style>