#FEF9BF

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

Shades of Corn Field #FEF9BF

Tints of Corn Field #FEF9BF

Color information

#FEF9BF (or 0xFEF9BF) is unknown color: approx Corn Field. HEX triplet: FE, F9 and BF. RGB value is (254,249,191). Sum of RGB (Red+Green+Blue) = 254+249+191=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 191 (75% from 255 or 27.52% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9BF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9BF is #010640. Grayscale: #F4F4F4. Windows color (decimal): -67137 or 12581374. OLE color: 12581374.

HSL color Cylindrical-coordinate representation of color #FEF9BF: hue angle of 55.24º 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 #FEF9BF is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254249191-
CMYK00.020.250.00
HSL55.24º96.92%87.25%-
HSV(B)55.24º24.8%99.61%-
XYZ84.1592.5862.73-
YUV243.8898.16135.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 249 (97.66% from 255) = 35.88%
BLUE value IS 191 (75% from 255) = 27.52%
R=36.60%
G=35.88%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424919100.020.250.0055.2496.9287.25
HexFEF9BF02190376157
Octal3763712770231067141127
Binary11111110111110011011111101011001011011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9BF; }

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

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

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

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

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

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

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

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