#F7F0BF

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

Shades of Corn Field #F7F0BF

Tints of Corn Field #F7F0BF

Color information

#F7F0BF (or 0xF7F0BF) is unknown color: approx Corn Field. HEX triplet: F7, F0 and BF. RGB value is (247,240,191). Sum of RGB (Red+Green+Blue) = 247+240+191=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 191 (75% from 255 or 28.17% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F0BF is #080F40. Grayscale: #ECECEC. Windows color (decimal): -528193 or 12579063. OLE color: 12579063.

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

Color convert

RGB247240191-
CMYK00.030.230.03
HSL52.5º77.78%85.88%-
HSV(B)52.5º22.67%96.86%-
XYZ78.9285.8661.7-
YUV236.51102.32135.48-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.43%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 191 (75% from 255) = 28.17%
R=36.43%
G=35.40%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724019100.030.230.0352.577.7885.88
HexF7F0BF03173344e56
Octal3673602770327364116126
Binary111101111111000010111111011101111111010010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F0BF; }

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

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

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

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

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

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

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

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