#FCE180

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

Shades of Sweet Corn #FCE180

Tints of Sweet Corn #FCE180

Color information

#FCE180 (or 0xFCE180) is unknown color: approx Sweet Corn. HEX triplet: FC, E1 and 80. RGB value is (252,225,128). Sum of RGB (Red+Green+Blue) = 252+225+128=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE180 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE180 is #031E7F. Grayscale: #DEDEDE. Windows color (decimal): -204416 or 8446460. OLE color: 8446460.

HSL color Cylindrical-coordinate representation of color #FCE180: hue angle of 46.94º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCE180 is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB252225128-
CMYK00.110.490.01
HSL46.94º95.38%74.51%-
HSV(B)46.94º49.21%98.82%-
XYZ70.9776.131.37-
YUV222.0274.95149.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.65%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 128 (50.39% from 255) = 21.16%
R=41.65%
G=37.19%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222512800.110.490.0146.9495.3874.51
HexFCE1800B3112f5f4b
Octal37434120001361157137113
Binary11111100111000011000000001011110001110111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE180; }

 p { color: rgb(252,225,128); }

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

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

 a { background-color: rgb(252,225,128); }

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

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

 span { border-color: rgb(252,225,128); }

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