#FAE780

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

Shades of Sweet Corn #FAE780

Tints of Sweet Corn #FAE780

Color information

#FAE780 (or 0xFAE780) is unknown color: approx Sweet Corn. HEX triplet: FA, E7 and 80. RGB value is (250,231,128). Sum of RGB (Red+Green+Blue) = 250+231+128=609 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.05% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 128 (50.39% from 255 or 21.02% from 609); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE780 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE780 is #05187F. Grayscale: #E1E1E1. Windows color (decimal): -333952 or 8447994. OLE color: 8447994.

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

Color convert

RGB250231128-
CMYK00.080.490.02
HSL50.66º92.42%74.12%-
HSV(B)50.66º48.8%98.04%-
XYZ71.979.0331.89-
YUV224.9473.29145.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.05%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 128 (50.39% from 255) = 21.02%
R=41.05%
G=37.93%
B=21.02%

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
Decimal25023112800.080.490.0250.6692.4274.12
HexFAE78008312335c4a
Octal37234720001061263134112
Binary111110101110011110000000010001100011011001110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE780; }

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

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

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

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

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

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

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

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