#F8F0BF

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

Shades of Corn Field #F8F0BF

Tints of Corn Field #F8F0BF

Color information

#F8F0BF (or 0xF8F0BF) is unknown color: approx Corn Field. HEX triplet: F8, F0 and BF. RGB value is (248,240,191). Sum of RGB (Red+Green+Blue) = 248+240+191=679 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.52% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 191 (75% from 255 or 28.13% from 679); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F0BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F0BF is #070F40. Grayscale: #EDEDED. Windows color (decimal): -462657 or 12579064. OLE color: 12579064.

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

Color convert

RGB248240191-
CMYK00.030.230.03
HSL51.58º80.28%86.08%-
HSV(B)51.58º22.98%97.25%-
XYZ79.2886.0461.72-
YUV236.81102.15135.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.52%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 191 (75% from 255) = 28.13%
R=36.52%
G=35.35%
B=28.13%

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
Decimal24824019100.030.230.0351.5880.2886.08
HexF8F0BF03173345056
Octal3703602770327364120126
Binary111110001111000010111111011101111111010010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F0BF; }

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

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

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

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

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

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

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

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