#FAE481

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

Shades of Sweet Corn #FAE481

Tints of Sweet Corn #FAE481

Color information

#FAE481 (or 0xFAE481) is unknown color: approx Sweet Corn. HEX triplet: FA, E4 and 81. RGB value is (250,228,129). Sum of RGB (Red+Green+Blue) = 250+228+129=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE481 is #051B7E. Grayscale: #DFDFDF. Windows color (decimal): -334719 or 8512762. OLE color: 8512762.

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

Color convert

RGB250228129-
CMYK00.090.480.02
HSL49.09º92.37%74.31%-
HSV(B)49.09º48.4%98.04%-
XYZ71.1377.431.96-
YUV223.2974.79147.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.19%
GREEN value IS 228 (89.45% from 255) = 37.56%
BLUE value IS 129 (50.78% from 255) = 21.25%
R=41.19%
G=37.56%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022812900.090.480.0249.0992.3774.31
HexFAE48109302315c4a
Octal37234420101160261134112
Binary111110101110010010000001010011100001011000110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE481; }

 p { color: rgb(250,228,129); }

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

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

 a { background-color: rgb(250,228,129); }

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

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

 span { border-color: rgb(250,228,129); }

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