#FAE777

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

Shades of Sweet Corn #FAE777

Tints of Sweet Corn #FAE777

Color information

#FAE777 (or 0xFAE777) is unknown color: approx Sweet Corn. HEX triplet: FA, E7 and 77. RGB value is (250,231,119). Sum of RGB (Red+Green+Blue) = 250+231+119=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 231 (90.62% from 255 or 38.5% from 600); Blue value is 119 (46.88% from 255 or 19.83% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE777 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE777 is #051888. Grayscale: #E0E0E0. Windows color (decimal): -333961 or 7858170. OLE color: 7858170.

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

Color convert

RGB250231119-
CMYK00.080.520.02
HSL51.3º92.91%72.35%-
HSV(B)51.3º52.4%98.04%-
XYZ71.3378.8128.9-
YUV223.9168.79146.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.67%
GREEN value IS 231 (90.62% from 255) = 38.5%
BLUE value IS 119 (46.88% from 255) = 19.83%
R=41.67%
G=38.5%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023111900.080.520.0251.392.9172.35
HexFAE77708342335d48
Octal37234716701064263135110
Binary11111010111001111110111010001101001011001110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE777; }

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

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

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

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

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

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

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

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