#FFF5B8

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

Shades of Corn Field #FFF5B8

Tints of Corn Field #FFF5B8

Color information

#FFF5B8 (or 0xFFF5B8) is unknown color: approx Corn Field. HEX triplet: FF, F5 and B8. RGB value is (255,245,184). Sum of RGB (Red+Green+Blue) = 255+245+184=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 184 (72.27% from 255 or 26.90% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5B8 is #000A47. Grayscale: #F1F1F1. Windows color (decimal): -2632 or 12121599. OLE color: 12121599.

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

Color convert

RGB255245184-
CMYK00.040.280
HSL51.55º100%86.08%-
HSV(B)51.55º27.84%100%-
XYZ82.5490.0358.37-
YUV241.0495.81137.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 184 (72.27% from 255) = 26.90%
R=37.28%
G=35.82%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524518400.040.28051.5510086.08
HexFFF5B8041C0346456
Octal3773652700434064144126
Binary111111111111010110111000010011100011010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5B8; }

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

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

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

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

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

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

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

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