#FCE476

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

Shades of Sweet Corn #FCE476

Tints of Sweet Corn #FCE476

Color information

#FCE476 (or 0xFCE476) is unknown color: approx Sweet Corn. HEX triplet: FC, E4 and 76. RGB value is (252,228,118). Sum of RGB (Red+Green+Blue) = 252+228+118=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 118 (46.48% from 255 or 19.73% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE476 is #031B89. Grayscale: #DFDFDF. Windows color (decimal): -203658 or 7791868. OLE color: 7791868.

HSL color Cylindrical-coordinate representation of color #FCE476: hue angle of 49.25º 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 #FCE476 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB252228118-
CMYK00.100.530.01
HSL49.25º95.71%72.55%-
HSV(B)49.25º53.17%98.82%-
XYZ71.1677.4928.35-
YUV222.6468.95148.94-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.14%
GREEN value IS 228 (89.45% from 255) = 38.13%
BLUE value IS 118 (46.48% from 255) = 19.73%
R=42.14%
G=38.13%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222811800.100.530.0149.2595.7172.55
HexFCE4760A351316049
Octal37434416601265161140111
Binary1111110011100100111011001010110101111000111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE476; }

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

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

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

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

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

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

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

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