#FCE471

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

Shades of Sweet Corn #FCE471

Tints of Sweet Corn #FCE471

Color information

#FCE471 (or 0xFCE471) is unknown color: approx Sweet Corn. HEX triplet: FC, E4 and 71. RGB value is (252,228,113). Sum of RGB (Red+Green+Blue) = 252+228+113=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 228 (89.45% from 255 or 38.45% from 593); Blue value is 113 (44.53% from 255 or 19.06% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE471 is #031B8E. Grayscale: #DEDEDE. Windows color (decimal): -203663 or 7464188. OLE color: 7464188.

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

Color convert

RGB252228113-
CMYK00.100.550.01
HSL49.64º95.86%71.57%-
HSV(B)49.64º55.16%98.82%-
XYZ70.8777.3726.82-
YUV222.0766.45149.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.50%
GREEN value IS 228 (89.45% from 255) = 38.45%
BLUE value IS 113 (44.53% from 255) = 19.06%
R=42.50%
G=38.45%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222811300.100.550.0149.6495.8671.57
HexFCE4710A371326048
Octal37434416101267162140110
Binary1111110011100100111000101010110111111001011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE471; }

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

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

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

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

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

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

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

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