#FFF5BE

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

Shades of Corn Field #FFF5BE

Tints of Corn Field #FFF5BE

Color information

#FFF5BE (or 0xFFF5BE) is unknown color: approx Corn Field. HEX triplet: FF, F5 and BE. RGB value is (255,245,190). Sum of RGB (Red+Green+Blue) = 255+245+190=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 190 (74.61% from 255 or 27.54% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5BE is #000A41. Grayscale: #F1F1F1. Windows color (decimal): -2626 or 12514815. OLE color: 12514815.

HSL color Cylindrical-coordinate representation of color #FFF5BE: hue angle of 50.77º 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 #FFF5BE is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB255245190-
CMYK00.040.250
HSL50.77º100%87.25%-
HSV(B)50.77º25.49%100%-
XYZ83.1990.2861.76-
YUV241.7298.81137.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 245 (96.09% from 255) = 35.51%
BLUE value IS 190 (74.61% from 255) = 27.54%
R=36.96%
G=35.51%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524519000.040.25050.7710087.25
HexFFF5BE04190336457
Octal3773652760431063144127
Binary111111111111010110111110010011001011001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5BE; }

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

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

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

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

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

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

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

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