#FAE87C

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

Shades of Sweet Corn #FAE87C

Tints of Sweet Corn #FAE87C

Color information

#FAE87C (or 0xFAE87C) is unknown color: approx Sweet Corn. HEX triplet: FA, E8 and 7C. RGB value is (250,232,124). Sum of RGB (Red+Green+Blue) = 250+232+124=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 124 (48.83% from 255 or 20.46% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE87C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE87C is #051783. Grayscale: #E1E1E1. Windows color (decimal): -333700 or 8186106. OLE color: 8186106.

HSL color Cylindrical-coordinate representation of color #FAE87C: hue angle of 51.43º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FAE87C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB250232124-
CMYK00.070.500.02
HSL51.43º92.65%73.33%-
HSV(B)51.43º50.4%98.04%-
XYZ71.9279.4930.62-
YUV225.0770.96145.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.25%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 124 (48.83% from 255) = 20.46%
R=41.25%
G=38.28%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023212400.070.500.0251.4392.6573.33
HexFAE87C07322335d49
Octal3723501740762263135111
Binary1111101011101000111110001111100101011001110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE87C; }

 p { color: rgb(250,232,124); }

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

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

 a { background-color: rgb(250,232,124); }

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

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

 span { border-color: rgb(250,232,124); }

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