#FEF5C7

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

Shades of Corn Field #FEF5C7

Tints of Corn Field #FEF5C7

Color information

#FEF5C7 (or 0xFEF5C7) is unknown color: approx Corn Field. HEX triplet: FE, F5 and C7. RGB value is (254,245,199). Sum of RGB (Red+Green+Blue) = 254+245+199=698 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.39% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 199 (78.12% from 255 or 28.51% from 698); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF5C7 is #010A38. Grayscale: #F2F2F2. Windows color (decimal): -68153 or 13104638. OLE color: 13104638.

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

Color convert

RGB254245199-
CMYK00.040.220.00
HSL50.18º96.49%88.82%-
HSV(B)50.18º21.65%99.61%-
XYZ83.8390.567.08-
YUV242.45103.48136.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.39%
GREEN value IS 245 (96.09% from 255) = 35.10%
BLUE value IS 199 (78.12% from 255) = 28.51%
R=36.39%
G=35.10%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424519900.040.220.0050.1896.4988.82
HexFEF5C704160326059
Octal3763653070426062140131
Binary111111101111010111000111010010110011001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF5C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF5C7; }

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

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

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

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

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

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

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

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