#FAE380

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

Shades of Sweet Corn #FAE380

Tints of Sweet Corn #FAE380

Color information

#FAE380 (or 0xFAE380) is unknown color: approx Sweet Corn. HEX triplet: FA, E3 and 80. RGB value is (250,227,128). Sum of RGB (Red+Green+Blue) = 250+227+128=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE380 is #051C7F. Grayscale: #DFDFDF. Windows color (decimal): -334976 or 8446970. OLE color: 8446970.

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

Color convert

RGB250227128-
CMYK00.090.490.02
HSL48.69º92.42%74.12%-
HSV(B)48.69º48.8%98.04%-
XYZ70.7976.8231.52-
YUV222.5974.62147.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.32%
GREEN value IS 227 (89.06% from 255) = 37.52%
BLUE value IS 128 (50.39% from 255) = 21.16%
R=41.32%
G=37.52%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022712800.090.490.0248.6992.4274.12
HexFAE38009312315c4a
Octal37234320001161261134112
Binary111110101110001110000000010011100011011000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE380; }

 p { color: rgb(250,227,128); }

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

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

 a { background-color: rgb(250,227,128); }

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

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

 span { border-color: rgb(250,227,128); }

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