#FFF5B5

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

Shades of Corn Field #FFF5B5

Tints of Corn Field #FFF5B5

Color information

#FFF5B5 (or 0xFFF5B5) is unknown color: approx Corn Field. HEX triplet: FF, F5 and B5. RGB value is (255,245,181). Sum of RGB (Red+Green+Blue) = 255+245+181=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 245 (96.09% from 255 or 35.98% from 681); Blue value is 181 (71.09% from 255 or 26.58% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5B5 is #000A4A. Grayscale: #F0F0F0. Windows color (decimal): -2635 or 11924991. OLE color: 11924991.

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

Color convert

RGB255245181-
CMYK00.040.290
HSL51.89º100%85.49%-
HSV(B)51.89º29.02%100%-
XYZ82.2389.956.73-
YUV240.6994.31138.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 245 (96.09% from 255) = 35.98%
BLUE value IS 181 (71.09% from 255) = 26.58%
R=37.44%
G=35.98%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524518100.040.29051.8910085.49
HexFFF5B5041D0346455
Octal3773652650435064144125
Binary111111111111010110110101010011101011010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5B5; }

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

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

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

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

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

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

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

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