Shades of Corn Field #F9EFBC
Tints of Corn Field #F9EFBC
RGB
CMYK
RGB Variations
Color information
#F9EFBC (or 0xF9EFBC) is known color: Corn Field. HEX triplet: F9, EF and BC. RGB value is (249,239,188). Sum of RGB (Red+Green+Blue) = 249+239+188=676 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.83% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 188 (73.83% from 255 or 27.81% from 676); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EFBC is #061043. Grayscale: #ECECEC. Windows color (decimal): -397380 or 12382201. OLE color: 12382201.
HSL color Cylindrical-coordinate representation of color #F9EFBC: hue angle of 50.16º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F9EFBC is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 239 | 188 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.02 |
| HSL | 50.16º | 0.84% | 0.86% | - |
| HSV(B) | 50.16º | 0.24% | 0.98% | - |
| XYZ | 79.01 | 85.5 | 59.92 | - |
| YUV | 236.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 239 | 188 | 0 | 0.04 | 0.24 | 0.02 | 50.16 | 0.84 | 0.86 |
| Hex | F9 | EF | BC | 0 | 4 | 18 | 2 | 32 | 54 | 56 |
| Octal | 371 | 357 | 274 | 0 | 4 | 30 | 2 | 62 | 124 | 126 |
| Binary | 11111001 | 11101111 | 10111100 | 0 | 100 | 11000 | 10 | 110010 | 1010100 | 1010110 |
Color Harmonies of #F9EFBC
Complementary color
Monochromatic Colors of #F9EFBC
Black with #F9EFBC
Text Example
Text Example
White with #F9EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EFBC; }
p { color: rgb(249,239,188); }
H1.HeaderClassName
{
color: #F9EFBC;
}
.AnyTagClassName
{
color: #F9EFBC;
}
</style>
background-color css
<style>
a { background-color: #F9EFBC; }
a { background-color: rgb(249,239,188); }
div.DivClassName
{
background-color: #F9EFBC;
}
.BgClassName
{
background-color: #F9EFBC;
}
</style>
border-color css
<style>
span { border-color: #F9EFBC; }
span { border-color: rgb(249,239,188); }
td.TdClassName
{
border-color: #F9EFBC;
}
.TagClassName
{
border-color: #F9EFBC;
}
</style>