#FAE77A

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

Shades of Sweet Corn #FAE77A

Tints of Sweet Corn #FAE77A

Color information

#FAE77A (or 0xFAE77A) is unknown color: approx Sweet Corn. HEX triplet: FA, E7 and 7A. RGB value is (250,231,122). Sum of RGB (Red+Green+Blue) = 250+231+122=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 122 (48.05% from 255 or 20.23% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE77A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE77A is #051885. Grayscale: #E0E0E0. Windows color (decimal): -333958 or 8054778. OLE color: 8054778.

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

Color convert

RGB250231122-
CMYK00.080.510.02
HSL51.09º92.75%72.94%-
HSV(B)51.09º51.2%98.04%-
XYZ71.5178.8829.87-
YUV224.2670.29146.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 231 (90.62% from 255) = 38.31%
BLUE value IS 122 (48.05% from 255) = 20.23%
R=41.46%
G=38.31%
B=20.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023112200.080.510.0251.0992.7572.94
HexFAE77A08332335d49
Octal37234717201063263135111
Binary11111010111001111111010010001100111011001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE77A; }

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

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

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

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

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

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

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

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