#FAE882

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

Shades of Sweet Corn #FAE882

Tints of Sweet Corn #FAE882

Color information

#FAE882 (or 0xFAE882) is unknown color: approx Sweet Corn. HEX triplet: FA, E8 and 82. RGB value is (250,232,130). Sum of RGB (Red+Green+Blue) = 250+232+130=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE882 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE882 is #05177D. Grayscale: #E2E2E2. Windows color (decimal): -333694 or 8579322. OLE color: 8579322.

HSL color Cylindrical-coordinate representation of color #FAE882: hue angle of 51º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAE882 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB250232130-
CMYK00.070.480.02
HSL51º92.31%74.51%-
HSV(B)51º48%98.04%-
XYZ72.3179.6532.68-
YUV225.7573.96145.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 232 (91.02% from 255) = 37.91%
BLUE value IS 130 (51.17% from 255) = 21.24%
R=40.85%
G=37.91%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023213000.070.480.025192.3174.51
HexFAE88207302335c4b
Octal3723502020760263134113
Binary11111010111010001000001001111100001011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE882; }

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

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

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

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

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

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

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

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