Shades of Corn Field #F9F2BC
Tints of Corn Field #F9F2BC
RGB
CMYK
RGB Variations
Color information
#F9F2BC (or 0xF9F2BC) is known color: Corn Field. HEX triplet: F9, F2 and BC. RGB value is (249,242,188). Sum of RGB (Red+Green+Blue) = 249+242+188=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 188 (73.83% from 255 or 27.69% from 679); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F2BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F2BC is #060D43. Grayscale: #EEEEEE. Windows color (decimal): -396612 or 12382969. OLE color: 12382969.
HSL color Cylindrical-coordinate representation of color #F9F2BC: hue angle of 53.11º 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 #F9F2BC is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 242 | 188 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.02 |
| HSL | 53.11º | 0.84% | 0.86% | - |
| HSV(B) | 53.11º | 0.24% | 0.98% | - |
| XYZ | 79.9 | 87.27 | 60.21 | - |
| YUV | 237.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 242 | 188 | 0 | 0.03 | 0.24 | 0.02 | 53.11 | 0.84 | 0.86 |
| Hex | F9 | F2 | BC | 0 | 3 | 18 | 2 | 35 | 54 | 56 |
| Octal | 371 | 362 | 274 | 0 | 3 | 30 | 2 | 65 | 124 | 126 |
| Binary | 11111001 | 11110010 | 10111100 | 0 | 11 | 11000 | 10 | 110101 | 1010100 | 1010110 |
Color Harmonies of #F9F2BC
Complementary color
Monochromatic Colors of #F9F2BC
Black with #F9F2BC
Text Example
Text Example
White with #F9F2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F2BC; }
p { color: rgb(249,242,188); }
H1.HeaderClassName
{
color: #F9F2BC;
}
.AnyTagClassName
{
color: #F9F2BC;
}
</style>
background-color css
<style>
a { background-color: #F9F2BC; }
a { background-color: rgb(249,242,188); }
div.DivClassName
{
background-color: #F9F2BC;
}
.BgClassName
{
background-color: #F9F2BC;
}
</style>
border-color css
<style>
span { border-color: #F9F2BC; }
span { border-color: rgb(249,242,188); }
td.TdClassName
{
border-color: #F9F2BC;
}
.TagClassName
{
border-color: #F9F2BC;
}
</style>