#FCF0B9

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

Shades of Corn Field #FCF0B9

Tints of Corn Field #FCF0B9

Color information

#FCF0B9 (or 0xFCF0B9) is unknown color: approx Corn Field. HEX triplet: FC, F0 and B9. RGB value is (252,240,185). Sum of RGB (Red+Green+Blue) = 252+240+185=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 185 (72.66% from 255 or 27.33% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0B9 is #030F46. Grayscale: #EDEDED. Windows color (decimal): -200519 or 12185852. OLE color: 12185852.

HSL color Cylindrical-coordinate representation of color #FCF0B9: hue angle of 49.25º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCF0B9 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252240185-
CMYK00.050.270.01
HSL49.25º91.78%85.69%-
HSV(B)49.25º26.59%98.82%-
XYZ80.0686.5258.38-
YUV237.3298.48138.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.22%
GREEN value IS 240 (94.14% from 255) = 35.45%
BLUE value IS 185 (72.66% from 255) = 27.33%
R=37.22%
G=35.45%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224018500.050.270.0149.2591.7885.69
HexFCF0B9051B1315c56
Octal3743602710533161134126
Binary111111001111000010111001010111011111000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0B9; }

 p { color: rgb(252,240,185); }

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

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

 a { background-color: rgb(252,240,185); }

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

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

 span { border-color: rgb(252,240,185); }

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