#FFF5BD

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

Shades of Corn Field #FFF5BD

Tints of Corn Field #FFF5BD

Color information

#FFF5BD (or 0xFFF5BD) is unknown color: approx Corn Field. HEX triplet: FF, F5 and BD. RGB value is (255,245,189). Sum of RGB (Red+Green+Blue) = 255+245+189=689 (91% of max value = 765). Red value is 255 (100% from 255 or 37.01% from 689); Green value is 245 (96.09% from 255 or 35.56% from 689); Blue value is 189 (74.22% from 255 or 27.43% from 689); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFF5BD is #000A42. Grayscale: #F1F1F1. Windows color (decimal): -2627 or 12449279. OLE color: 12449279.

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

Color convert

RGB255245189-
CMYK00.040.260
HSL50.91º100%87.06%-
HSV(B)50.91º25.88%100%-
XYZ83.0890.2461.18-
YUV241.6198.31137.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.01%
GREEN value IS 245 (96.09% from 255) = 35.56%
BLUE value IS 189 (74.22% from 255) = 27.43%
R=37.01%
G=35.56%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524518900.040.26050.9110087.06
HexFFF5BD041A0336457
Octal3773652750432063144127
Binary111111111111010110111101010011010011001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF5BD; }

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

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

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

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

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

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

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

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