#FAE580

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

Shades of Sweet Corn #FAE580

Tints of Sweet Corn #FAE580

Color information

#FAE580 (or 0xFAE580) is unknown color: approx Sweet Corn. HEX triplet: FA, E5 and 80. RGB value is (250,229,128). Sum of RGB (Red+Green+Blue) = 250+229+128=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE580 is #051A7F. Grayscale: #E0E0E0. Windows color (decimal): -334464 or 8447482. OLE color: 8447482.

HSL color Cylindrical-coordinate representation of color #FAE580: hue angle of 49.67º 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 #FAE580 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB250229128-
CMYK00.080.490.02
HSL49.67º92.42%74.12%-
HSV(B)49.67º48.8%98.04%-
XYZ71.3477.9231.7-
YUV223.7673.96146.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 229 (89.84% from 255) = 37.73%
BLUE value IS 128 (50.39% from 255) = 21.09%
R=41.19%
G=37.73%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022912800.080.490.0249.6792.4274.12
HexFAE58008312325c4a
Octal37234520001061262134112
Binary111110101110010110000000010001100011011001010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE580; }

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

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

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

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

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

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

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

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