#FEF5BF

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

Shades of Corn Field #FEF5BF

Tints of Corn Field #FEF5BF

Color information

#FEF5BF (or 0xFEF5BF) is unknown color: approx Corn Field. HEX triplet: FE, F5 and BF. RGB value is (254,245,191). Sum of RGB (Red+Green+Blue) = 254+245+191=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 191 (75% from 255 or 27.68% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5BF is #010A40. Grayscale: #F1F1F1. Windows color (decimal): -68161 or 12580350. OLE color: 12580350.

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

Color convert

RGB254245191-
CMYK00.040.250.00
HSL51.43º96.92%87.25%-
HSV(B)51.43º24.8%99.61%-
XYZ82.9390.1462.32-
YUV241.5499.48136.89-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 245 (96.09% from 255) = 35.51%
BLUE value IS 191 (75% from 255) = 27.68%
R=36.81%
G=35.51%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424519100.040.250.0051.4396.9287.25
HexFEF5BF04190336157
Octal3763652770431063141127
Binary111111101111010110111111010011001011001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5BF; }

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

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

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

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

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

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

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

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