#FAE47A

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

Shades of Sweet Corn #FAE47A

Tints of Sweet Corn #FAE47A

Color information

#FAE47A (or 0xFAE47A) is unknown color: approx Sweet Corn. HEX triplet: FA, E4 and 7A. RGB value is (250,228,122). Sum of RGB (Red+Green+Blue) = 250+228+122=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 122 (48.05% from 255 or 20.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE47A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE47A is #051B85. Grayscale: #DEDEDE. Windows color (decimal): -334726 or 8054010. OLE color: 8054010.

HSL color Cylindrical-coordinate representation of color #FAE47A: hue angle of 49.69º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAE47A is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB250228122-
CMYK00.090.510.02
HSL49.69º92.75%72.94%-
HSV(B)49.69º51.2%98.04%-
XYZ70.6877.2229.59-
YUV222.4971.29147.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 228 (89.45% from 255) = 38%
BLUE value IS 122 (48.05% from 255) = 20.33%
R=41.67%
G=38%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022812200.090.510.0249.6992.7572.94
HexFAE47A09332325d49
Octal37234417201163262135111
Binary11111010111001001111010010011100111011001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE47A; }

 p { color: rgb(250,228,122); }

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

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

 a { background-color: rgb(250,228,122); }

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

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

 span { border-color: rgb(250,228,122); }

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