#FCE47F

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

Shades of Sweet Corn #FCE47F

Tints of Sweet Corn #FCE47F

Color information

#FCE47F (or 0xFCE47F) is unknown color: approx Sweet Corn. HEX triplet: FC, E4 and 7F. RGB value is (252,228,127). Sum of RGB (Red+Green+Blue) = 252+228+127=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 127 (50% from 255 or 20.92% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE47F is #031B80. Grayscale: #E0E0E0. Windows color (decimal): -203649 or 8381692. OLE color: 8381692.

HSL color Cylindrical-coordinate representation of color #FCE47F: hue angle of 48.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCE47F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB252228127-
CMYK00.100.500.01
HSL48.48º95.42%74.31%-
HSV(B)48.48º49.6%98.82%-
XYZ71.7277.7131.3-
YUV223.6673.45148.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.52%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 127 (50% from 255) = 20.92%
R=41.52%
G=37.56%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25222812700.100.500.0148.4895.4274.31
HexFCE47F0A321305f4a
Octal37434417701262160137112
Binary1111110011100100111111101010110010111000010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCE47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCE47F; }

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

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

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

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

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

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

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

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