#FAE981

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

Shades of Sweet Corn #FAE981

Tints of Sweet Corn #FAE981

Color information

#FAE981 (or 0xFAE981) is unknown color: approx Sweet Corn. HEX triplet: FA, E9 and 81. RGB value is (250,233,129). Sum of RGB (Red+Green+Blue) = 250+233+129=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 129 (50.78% from 255 or 21.08% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE981 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE981 is #05167E. Grayscale: #E2E2E2. Windows color (decimal): -333439 or 8514042. OLE color: 8514042.

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

Color convert

RGB250233129-
CMYK00.070.480.02
HSL51.57º92.37%74.31%-
HSV(B)51.57º48.4%98.04%-
XYZ72.5380.1932.42-
YUV226.2373.13144.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.85%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 129 (50.78% from 255) = 21.08%
R=40.85%
G=38.07%
B=21.08%

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
Decimal25023312900.070.480.0251.5792.3774.31
HexFAE98107302345c4a
Octal3723512010760264134112
Binary11111010111010011000000101111100001011010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE981; }

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

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

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

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

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

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

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

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