#FEF9BD

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

Shades of Corn Field #FEF9BD

Tints of Corn Field #FEF9BD

Color information

#FEF9BD (or 0xFEF9BD) is unknown color: approx Corn Field. HEX triplet: FE, F9 and BD. RGB value is (254,249,189). Sum of RGB (Red+Green+Blue) = 254+249+189=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 189 (74.22% from 255 or 27.31% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF9BD is #010642. Grayscale: #F3F3F3. Windows color (decimal): -67139 or 12450302. OLE color: 12450302.

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

Color convert

RGB254249189-
CMYK00.020.260.00
HSL55.38º97.01%86.86%-
HSV(B)55.38º25.59%99.61%-
XYZ83.9392.561.57-
YUV243.6597.16135.38-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 249 (97.66% from 255) = 35.98%
BLUE value IS 189 (74.22% from 255) = 27.31%
R=36.71%
G=35.98%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424918900.020.260.0055.3897.0186.86
HexFEF9BD021A0376157
Octal3763712750232067141127
Binary11111110111110011011110101011010011011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF9BD; }

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

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

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

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

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

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

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

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