Shades of Corn Field #FFF9BD
Tints of Corn Field #FFF9BD
RGB
CMYK
RGB Variations
Color information
#FFF9BD (or 0xFFF9BD) is known color: Corn Field. HEX triplet: FF, F9 and BD. RGB value is (255,249,189). Sum of RGB (Red+Green+Blue) = 255+249+189=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 249 (97.66% from 255 or 35.93% from 693); Blue value is 189 (74.22% from 255 or 27.27% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9BD is #000642. Grayscale: #F4F4F4. Windows color (decimal): -1603 or 12450303. OLE color: 12450303.
HSL color Cylindrical-coordinate representation of color #FFF9BD: hue angle of 54.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFF9BD is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 189 | - |
| CMYK | 0 | 0.02 | 0.26 | 0 |
| HSL | 54.55º | 1% | 0.87% | - |
| HSV(B) | 54.55º | 0.26% | 1% | - |
| XYZ | 84.3 | 92.69 | 61.59 | - |
| YUV | 243.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 189 | 0 | 0.02 | 0.26 | 0 | 54.55 | 1 | 0.87 |
| Hex | FF | F9 | BD | 0 | 2 | 1A | 0 | 37 | 64 | 57 |
| Octal | 377 | 371 | 275 | 0 | 2 | 32 | 0 | 67 | 144 | 127 |
| Binary | 11111111 | 11111001 | 10111101 | 0 | 10 | 11010 | 0 | 110111 | 1100100 | 1010111 |
Color Harmonies of #FFF9BD
Complementary color
Monochromatic Colors of #FFF9BD
Black with #FFF9BD
Text Example
Text Example
White with #FFF9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9BD; }
p { color: rgb(255,249,189); }
H1.HeaderClassName
{
color: #FFF9BD;
}
.AnyTagClassName
{
color: #FFF9BD;
}
</style>
background-color css
<style>
a { background-color: #FFF9BD; }
a { background-color: rgb(255,249,189); }
div.DivClassName
{
background-color: #FFF9BD;
}
.BgClassName
{
background-color: #FFF9BD;
}
</style>
border-color css
<style>
span { border-color: #FFF9BD; }
span { border-color: rgb(255,249,189); }
td.TdClassName
{
border-color: #FFF9BD;
}
.TagClassName
{
border-color: #FFF9BD;
}
</style>