#FCE576

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

Shades of Sweet Corn #FCE576

Tints of Sweet Corn #FCE576

Color information

#FCE576 (or 0xFCE576) is unknown color: approx Sweet Corn. HEX triplet: FC, E5 and 76. RGB value is (252,229,118). Sum of RGB (Red+Green+Blue) = 252+229+118=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 118 (46.48% from 255 or 19.70% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE576 is #031A89. Grayscale: #DFDFDF. Windows color (decimal): -203402 or 7792124. OLE color: 7792124.

HSL color Cylindrical-coordinate representation of color #FCE576: hue angle of 49.7º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCE576 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB252229118-
CMYK00.090.530.01
HSL49.7º95.71%72.55%-
HSV(B)49.7º53.17%98.82%-
XYZ71.4378.0428.44-
YUV223.2268.62148.53-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 229 (89.84% from 255) = 38.23%
BLUE value IS 118 (46.48% from 255) = 19.70%
R=42.07%
G=38.23%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222911800.090.530.0149.795.7172.55
HexFCE57609351326049
Octal37434516601165162140111
Binary1111110011100101111011001001110101111001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE576; }

 p { color: rgb(252,229,118); }

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

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

 a { background-color: rgb(252,229,118); }

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

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

 span { border-color: rgb(252,229,118); }

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