#FAEA81

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

Shades of Sweet Corn #FAEA81

Tints of Sweet Corn #FAEA81

Color information

#FAEA81 (or 0xFAEA81) is unknown color: approx Sweet Corn. HEX triplet: FA, EA and 81. RGB value is (250,234,129). Sum of RGB (Red+Green+Blue) = 250+234+129=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 129 (50.78% from 255 or 21.04% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA81 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEA81 is #05157E. Grayscale: #E3E3E3. Windows color (decimal): -333183 or 8514298. OLE color: 8514298.

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

Color convert

RGB250234129-
CMYK00.060.480.02
HSL52.07º92.37%74.31%-
HSV(B)52.07º48.4%98.04%-
XYZ72.8180.7532.52-
YUV226.8172.8144.54-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 129 (50.78% from 255) = 21.04%
R=40.78%
G=38.17%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023412900.060.480.0252.0792.3774.31
HexFAEA8106302345c4a
Octal3723522010660264134112
Binary11111010111010101000000101101100001011010010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEA81; }

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

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

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

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

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

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

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

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