#FFF5BF

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

Shades of Corn Field #FFF5BF

Tints of Corn Field #FFF5BF

Color information

#FFF5BF (or 0xFFF5BF) is unknown color: approx Corn Field. HEX triplet: FF, F5 and BF. RGB value is (255,245,191). Sum of RGB (Red+Green+Blue) = 255+245+191=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 191 (75% from 255 or 27.64% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5BF is #000A40. Grayscale: #F2F2F2. Windows color (decimal): -2625 or 12580351. OLE color: 12580351.

HSL color Cylindrical-coordinate representation of color #FFF5BF: hue angle of 50.62º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFF5BF is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255245191-
CMYK00.040.250
HSL50.62º100%87.45%-
HSV(B)50.62º25.1%100%-
XYZ83.390.3362.33-
YUV241.8399.31137.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.90%
GREEN value IS 245 (96.09% from 255) = 35.46%
BLUE value IS 191 (75% from 255) = 27.64%
R=36.90%
G=35.46%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524519100.040.25050.6210087.45
HexFFF5BF04190336457
Octal3773652770431063144127
Binary111111111111010110111111010011001011001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5BF; }

 p { color: rgb(255,245,191); }

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

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

 a { background-color: rgb(255,245,191); }

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

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

 span { border-color: rgb(255,245,191); }

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