#FEF4C0

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

Shades of Corn Field #FEF4C0

Tints of Corn Field #FEF4C0

Color information

#FEF4C0 (or 0xFEF4C0) is unknown color: approx Corn Field. HEX triplet: FE, F4 and C0. RGB value is (254,244,192). Sum of RGB (Red+Green+Blue) = 254+244+192=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 244 (95.70% from 255 or 35.36% from 690); Blue value is 192 (75.39% from 255 or 27.83% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF4C0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEF4C0 is #010B3F. Grayscale: #F1F1F1. Windows color (decimal): -68416 or 12645630. OLE color: 12645630.

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

Color convert

RGB254244192-
CMYK00.040.240.00
HSL50.32º96.88%87.45%-
HSV(B)50.32º24.41%99.61%-
XYZ82.7489.5862.8-
YUV241.06100.31137.23-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 244 (95.70% from 255) = 35.36%
BLUE value IS 192 (75.39% from 255) = 27.83%
R=36.81%
G=35.36%
B=27.83%

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
Decimal25424419200.040.240.0050.3296.8887.45
HexFEF4C004180326157
Octal3763643000430062141127
Binary111111101111010011000000010011000011001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF4C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF4C0; }

 p { color: rgb(254,244,192); }

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

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

 a { background-color: rgb(254,244,192); }

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

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

 span { border-color: rgb(254,244,192); }

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