#FEF5B9

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

Shades of Corn Field #FEF5B9

Tints of Corn Field #FEF5B9

Color information

#FEF5B9 (or 0xFEF5B9) is unknown color: approx Corn Field. HEX triplet: FE, F5 and B9. RGB value is (254,245,185). Sum of RGB (Red+Green+Blue) = 254+245+185=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 245 (96.09% from 255 or 35.82% from 684); Blue value is 185 (72.66% from 255 or 27.05% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5B9 is #010A46. Grayscale: #F1F1F1. Windows color (decimal): -68167 or 12187134. OLE color: 12187134.

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

Color convert

RGB254245185-
CMYK00.040.270.00
HSL52.17º97.18%86.08%-
HSV(B)52.17º27.17%99.61%-
XYZ82.2889.8858.91-
YUV240.8596.48137.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 245 (96.09% from 255) = 35.82%
BLUE value IS 185 (72.66% from 255) = 27.05%
R=37.13%
G=35.82%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424518500.040.270.0052.1797.1886.08
HexFEF5B9041B0346156
Octal3763652710433064141126
Binary111111101111010110111001010011011011010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5B9; }

 p { color: rgb(254,245,185); }

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

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

 a { background-color: rgb(254,245,185); }

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

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

 span { border-color: rgb(254,245,185); }

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