Shades of Corn Field #FFF9BC
Tints of Corn Field #FFF9BC
RGB
CMYK
RGB Variations
Color information
#FFF9BC (or 0xFFF9BC) is known color: Corn Field. HEX triplet: FF, F9 and BC. RGB value is (255,249,188). Sum of RGB (Red+Green+Blue) = 255+249+188=692 (91% of max value = 765). Red value is 255 (100% from 255 or 36.85% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 188 (73.83% from 255 or 27.17% from 692); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9BC is #000643. Grayscale: #F4F4F4. Windows color (decimal): -1604 or 12384767. OLE color: 12384767.
HSL color Cylindrical-coordinate representation of color #FFF9BC: hue angle of 54.63º 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 #FFF9BC is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 188 | - |
| CMYK | 0 | 0.02 | 0.26 | 0 |
| HSL | 54.63º | 1% | 0.87% | - |
| HSV(B) | 54.63º | 0.26% | 1% | - |
| XYZ | 84.19 | 92.64 | 61.02 | - |
| YUV | 243.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 188 | 0 | 0.02 | 0.26 | 0 | 54.63 | 1 | 0.87 |
| Hex | FF | F9 | BC | 0 | 2 | 1A | 0 | 37 | 64 | 57 |
| Octal | 377 | 371 | 274 | 0 | 2 | 32 | 0 | 67 | 144 | 127 |
| Binary | 11111111 | 11111001 | 10111100 | 0 | 10 | 11010 | 0 | 110111 | 1100100 | 1010111 |
Color Harmonies of #FFF9BC
Complementary color
Monochromatic Colors of #FFF9BC
Black with #FFF9BC
Text Example
Text Example
White with #FFF9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9BC; }
p { color: rgb(255,249,188); }
H1.HeaderClassName
{
color: #FFF9BC;
}
.AnyTagClassName
{
color: #FFF9BC;
}
</style>
background-color css
<style>
a { background-color: #FFF9BC; }
a { background-color: rgb(255,249,188); }
div.DivClassName
{
background-color: #FFF9BC;
}
.BgClassName
{
background-color: #FFF9BC;
}
</style>
border-color css
<style>
span { border-color: #FFF9BC; }
span { border-color: rgb(255,249,188); }
td.TdClassName
{
border-color: #FFF9BC;
}
.TagClassName
{
border-color: #FFF9BC;
}
</style>