#F7F1BF

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

Shades of Corn Field #F7F1BF

Tints of Corn Field #F7F1BF

Color information

#F7F1BF (or 0xF7F1BF) is unknown color: approx Corn Field. HEX triplet: F7, F1 and BF. RGB value is (247,241,191). Sum of RGB (Red+Green+Blue) = 247+241+191=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F1BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7F1BF is #080E40. Grayscale: #EDEDED. Windows color (decimal): -527937 or 12579319. OLE color: 12579319.

HSL color Cylindrical-coordinate representation of color #F7F1BF: hue angle of 53.57º 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 #F7F1BF is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB247241191-
CMYK00.020.230.03
HSL53.57º77.78%85.88%-
HSV(B)53.57º22.67%96.86%-
XYZ79.2286.4561.8-
YUV237.09101.99135.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.38%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 191 (75% from 255) = 28.13%
R=36.38%
G=35.49%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724119100.020.230.0353.5777.7885.88
HexF7F1BF02173364e56
Octal3673612770227366116126
Binary111101111111000110111111010101111111011010011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F1BF; }

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

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

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

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

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

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

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

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