#F7F0B9

Color #F7F0B9 Corn Field (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Field #F7F0B9

Tints of Corn Field #F7F0B9

Color information

#F7F0B9 (or 0xF7F0B9) is unknown color: approx Corn Field. HEX triplet: F7, F0 and B9. RGB value is (247,240,185). Sum of RGB (Red+Green+Blue) = 247+240+185=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 240 (94.14% from 255 or 35.71% from 672); Blue value is 185 (72.66% from 255 or 27.53% from 672); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0B9 is #080F46. Grayscale: #ECECEC. Windows color (decimal): -528199 or 12185847. OLE color: 12185847.

HSL color Cylindrical-coordinate representation of color #F7F0B9: hue angle of 53.23º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F7F0B9 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB247240185-
CMYK00.030.250.03
HSL53.23º79.49%84.71%-
HSV(B)53.23º25.1%96.86%-
XYZ78.2785.658.3-
YUV235.8299.32135.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 36.76%
GREEN value IS 240 (94.14% from 255) = 35.71%
BLUE value IS 185 (72.66% from 255) = 27.53%
R=36.76%
G=35.71%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724018500.030.250.0353.2379.4984.71
HexF7F0B903193354f55
Octal3673602710331365117125
Binary111101111111000010111001011110011111010110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F0B9; }

 p { color: rgb(247,240,185); }

 H1.HeaderClassName
 {
   color: #F7F0B9;
 }
 .AnyTagClassName
 {
   color: #F7F0B9;
 }
</style>
background-color css

<style>
 a { background-color: #F7F0B9; }

 a { background-color: rgb(247,240,185); }

 div.DivClassName
 {
   background-color: #F7F0B9;
 }
 .BgClassName
 {
   background-color: #F7F0B9;
 }
</style>
border-color css

<style>
 span { border-color: #F7F0B9; }

 span { border-color: rgb(247,240,185); }

 td.TdClassName
 {
   border-color: #F7F0B9;
 }
 .TagClassName
 {
   border-color: #F7F0B9;
 }
</style>