Shades of Corn Field #FFF9C0
Tints of Corn Field #FFF9C0
RGB
CMYK
RGB Variations
Color information
#FFF9C0 (or 0xFFF9C0) is known color: Corn Field. HEX triplet: FF, F9 and C0. RGB value is (255,249,192). Sum of RGB (Red+Green+Blue) = 255+249+192=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 192 (75.39% from 255 or 27.59% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF9C0 is #00063F. Grayscale: #F4F4F4. Windows color (decimal): -1600 or 12646911. OLE color: 12646911.
HSL color Cylindrical-coordinate representation of color #FFF9C0: hue angle of 54.29º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF9C0 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 249 | 192 | - |
| CMYK | 0 | 0.02 | 0.25 | 0 |
| HSL | 54.29º | 1% | 0.88% | - |
| HSV(B) | 54.29º | 0.25% | 1% | - |
| XYZ | 84.63 | 92.82 | 63.32 | - |
| YUV | 244.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 249 | 192 | 0 | 0.02 | 0.25 | 0 | 54.29 | 1 | 0.88 |
| Hex | FF | F9 | C0 | 0 | 2 | 19 | 0 | 36 | 64 | 58 |
| Octal | 377 | 371 | 300 | 0 | 2 | 31 | 0 | 66 | 144 | 130 |
| Binary | 11111111 | 11111001 | 11000000 | 0 | 10 | 11001 | 0 | 110110 | 1100100 | 1011000 |
Color Harmonies of #FFF9C0
Complementary color
Monochromatic Colors of #FFF9C0
Black with #FFF9C0
Text Example
Text Example
White with #FFF9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF9C0; }
p { color: rgb(255,249,192); }
H1.HeaderClassName
{
color: #FFF9C0;
}
.AnyTagClassName
{
color: #FFF9C0;
}
</style>
background-color css
<style>
a { background-color: #FFF9C0; }
a { background-color: rgb(255,249,192); }
div.DivClassName
{
background-color: #FFF9C0;
}
.BgClassName
{
background-color: #FFF9C0;
}
</style>
border-color css
<style>
span { border-color: #FFF9C0; }
span { border-color: rgb(255,249,192); }
td.TdClassName
{
border-color: #FFF9C0;
}
.TagClassName
{
border-color: #FFF9C0;
}
</style>