#FEF5C1

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

Shades of Corn Field #FEF5C1

Tints of Corn Field #FEF5C1

Color information

#FEF5C1 (or 0xFEF5C1) is unknown color: approx Corn Field. HEX triplet: FE, F5 and C1. RGB value is (254,245,193). Sum of RGB (Red+Green+Blue) = 254+245+193=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 193 (75.78% from 255 or 27.89% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5C1 is #010A3E. Grayscale: #F1F1F1. Windows color (decimal): -68159 or 12711422. OLE color: 12711422.

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

Color convert

RGB254245193-
CMYK00.040.240.00
HSL51.15º96.83%87.65%-
HSV(B)51.15º24.02%99.61%-
XYZ83.1590.2363.48-
YUV241.76100.48136.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 245 (96.09% from 255) = 35.40%
BLUE value IS 193 (75.78% from 255) = 27.89%
R=36.71%
G=35.40%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424519300.040.240.0051.1596.8387.65
HexFEF5C104180336158
Octal3763653010430063141130
Binary111111101111010111000001010011000011001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5C1; }

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

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

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

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

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

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

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

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