Shades of Corn Field #F9F0BC
Tints of Corn Field #F9F0BC
RGB
CMYK
RGB Variations
Color information
#F9F0BC (or 0xF9F0BC) is known color: Corn Field. HEX triplet: F9, F0 and BC. RGB value is (249,240,188). Sum of RGB (Red+Green+Blue) = 249+240+188=677 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.78% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 188 (73.83% from 255 or 27.77% from 677); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F0BC is #060F43. Grayscale: #ECECEC. Windows color (decimal): -397124 or 12382457. OLE color: 12382457.
HSL color Cylindrical-coordinate representation of color #F9F0BC: hue angle of 51.15º 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 #F9F0BC is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 188 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.02 |
| HSL | 51.15º | 0.84% | 0.86% | - |
| HSV(B) | 51.15º | 0.24% | 0.98% | - |
| XYZ | 79.3 | 86.09 | 60.01 | - |
| YUV | 236.76 | 100.48 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 188 | 0 | 0.04 | 0.24 | 0.02 | 51.15 | 0.84 | 0.86 |
| Hex | F9 | F0 | BC | 0 | 4 | 18 | 2 | 33 | 54 | 56 |
| Octal | 371 | 360 | 274 | 0 | 4 | 30 | 2 | 63 | 124 | 126 |
| Binary | 11111001 | 11110000 | 10111100 | 0 | 100 | 11000 | 10 | 110011 | 1010100 | 1010110 |
Color Harmonies of #F9F0BC
Complementary color
Monochromatic Colors of #F9F0BC
Black with #F9F0BC
Text Example
Text Example
White with #F9F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F0BC; }
p { color: rgb(249,240,188); }
H1.HeaderClassName
{
color: #F9F0BC;
}
.AnyTagClassName
{
color: #F9F0BC;
}
</style>
background-color css
<style>
a { background-color: #F9F0BC; }
a { background-color: rgb(249,240,188); }
div.DivClassName
{
background-color: #F9F0BC;
}
.BgClassName
{
background-color: #F9F0BC;
}
</style>
border-color css
<style>
span { border-color: #F9F0BC; }
span { border-color: rgb(249,240,188); }
td.TdClassName
{
border-color: #F9F0BC;
}
.TagClassName
{
border-color: #F9F0BC;
}
</style>