Shades of Corn Field #F9F3BD
Tints of Corn Field #F9F3BD
RGB
CMYK
RGB Variations
Color information
#F9F3BD (or 0xF9F3BD) is known color: Corn Field. HEX triplet: F9, F3 and BD. RGB value is (249,243,189). Sum of RGB (Red+Green+Blue) = 249+243+189=681 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.56% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 189 (74.22% from 255 or 27.75% from 681); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F3BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F3BD is #060C42. Grayscale: #EEEEEE. Windows color (decimal): -396355 or 12448761. OLE color: 12448761.
HSL color Cylindrical-coordinate representation of color #F9F3BD: hue angle of 54º degrees, saturation: 0.83, 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 #F9F3BD is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 243 | 189 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.02 |
| HSL | 54º | 0.83% | 0.86% | - |
| HSV(B) | 54º | 0.24% | 0.98% | - |
| XYZ | 80.3 | 87.92 | 60.88 | - |
| YUV | 238.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 243 | 189 | 0 | 0.02 | 0.24 | 0.02 | 54 | 0.83 | 0.86 |
| Hex | F9 | F3 | BD | 0 | 2 | 18 | 2 | 36 | 53 | 56 |
| Octal | 371 | 363 | 275 | 0 | 2 | 30 | 2 | 66 | 123 | 126 |
| Binary | 11111001 | 11110011 | 10111101 | 0 | 10 | 11000 | 10 | 110110 | 1010011 | 1010110 |
Color Harmonies of #F9F3BD
Complementary color
Monochromatic Colors of #F9F3BD
Black with #F9F3BD
Text Example
Text Example
White with #F9F3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F3BD; }
p { color: rgb(249,243,189); }
H1.HeaderClassName
{
color: #F9F3BD;
}
.AnyTagClassName
{
color: #F9F3BD;
}
</style>
background-color css
<style>
a { background-color: #F9F3BD; }
a { background-color: rgb(249,243,189); }
div.DivClassName
{
background-color: #F9F3BD;
}
.BgClassName
{
background-color: #F9F3BD;
}
</style>
border-color css
<style>
span { border-color: #F9F3BD; }
span { border-color: rgb(249,243,189); }
td.TdClassName
{
border-color: #F9F3BD;
}
.TagClassName
{
border-color: #F9F3BD;
}
</style>