#F8F4BF

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

Shades of Corn Field #F8F4BF

Tints of Corn Field #F8F4BF

Color information

#F8F4BF (or 0xF8F4BF) is unknown color: approx Corn Field. HEX triplet: F8, F4 and BF. RGB value is (248,244,191). Sum of RGB (Red+Green+Blue) = 248+244+191=683 (90% of max value = 765). Red value is 248 (97.27% from 255 or 36.31% from 683); Green value is 244 (95.70% from 255 or 35.72% from 683); Blue value is 191 (75% from 255 or 27.96% from 683); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F4BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8F4BF is #070B40. Grayscale: #EFEFEF. Windows color (decimal): -461633 or 12580088. OLE color: 12580088.

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

Color convert

RGB248244191-
CMYK00.020.230.03
HSL55.79º80.28%86.08%-
HSV(B)55.79º22.98%97.25%-
XYZ80.4788.4262.12-
YUV239.15100.83134.31-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.31%
GREEN value IS 244 (95.70% from 255) = 35.72%
BLUE value IS 191 (75% from 255) = 27.96%
R=36.31%
G=35.72%
B=27.96%

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
Decimal24824419100.020.230.0355.7980.2886.08
HexF8F4BF02173385056
Octal3703642770227370120126
Binary111110001111010010111111010101111111100010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F4BF; }

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

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

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

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

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

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

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

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