#FEA3A2

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

Shades of Sundown #FEA3A2

Tints of Sundown #FEA3A2

Color information

#FEA3A2 (or 0xFEA3A2) is unknown color: approx Sundown. HEX triplet: FE, A3 and A2. RGB value is (254,163,162). Sum of RGB (Red+Green+Blue) = 254+163+162=579 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.87% from 579); Green value is 163 (64.06% from 255 or 28.15% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA3A2 is #015C5D. Grayscale: #BEBEBE. Windows color (decimal): -89182 or 10658814. OLE color: 10658814.

HSL color Cylindrical-coordinate representation of color #FEA3A2: hue angle of 0.65º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA3A2 is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB254163162-
CMYK00.360.360.00
HSL0.65º97.87%81.57%-
HSV(B)0.65º36.22%99.61%-
XYZ60.4949.8740.62-
YUV190.1112.15173.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.87%
GREEN value IS 163 (64.06% from 255) = 28.15%
BLUE value IS 162 (63.67% from 255) = 27.98%
R=43.87%
G=28.15%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416316200.360.360.000.6597.8781.57
HexFEA3A202424016252
Octal3762432420444401142122
Binary11111110101000111010001001001001001000111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA3A2; }

 p { color: rgb(254,163,162); }

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

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

 a { background-color: rgb(254,163,162); }

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

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

 span { border-color: rgb(254,163,162); }

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