#FEF5B7

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

Shades of Corn Field #FEF5B7

Tints of Corn Field #FEF5B7

Color information

#FEF5B7 (or 0xFEF5B7) is unknown color: approx Corn Field. HEX triplet: FE, F5 and B7. RGB value is (254,245,183). Sum of RGB (Red+Green+Blue) = 254+245+183=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 245 (96.09% from 255 or 35.92% from 682); Blue value is 183 (71.88% from 255 or 26.83% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5B7 is #010A48. Grayscale: #F0F0F0. Windows color (decimal): -68169 or 12056062. OLE color: 12056062.

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

Color convert

RGB254245183-
CMYK00.040.280.00
HSL52.39º97.26%85.69%-
HSV(B)52.39º27.95%99.61%-
XYZ82.0789.7957.81-
YUV240.6295.48137.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.24%
GREEN value IS 245 (96.09% from 255) = 35.92%
BLUE value IS 183 (71.88% from 255) = 26.83%
R=37.24%
G=35.92%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424518300.040.280.0052.3997.2685.69
HexFEF5B7041C0346156
Octal3763652670434064141126
Binary111111101111010110110111010011100011010011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5B7; }

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

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

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

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

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

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

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

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