#FEA5A4

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

Shades of Sundown #FEA5A4

Tints of Sundown #FEA5A4

Color information

#FEA5A4 (or 0xFEA5A4) is unknown color: approx Sundown. HEX triplet: FE, A5 and A4. RGB value is (254,165,164). Sum of RGB (Red+Green+Blue) = 254+165+164=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 165 (64.84% from 255 or 28.30% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A4 is #015A5B. Grayscale: #BFBFBF. Windows color (decimal): -88668 or 10790398. OLE color: 10790398.

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

Color convert

RGB254165164-
CMYK00.350.350.00
HSL0.67º97.83%81.96%-
HSV(B)0.67º35.43%99.61%-
XYZ61.0350.6641.68-
YUV191.5112.49172.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.57%
GREEN value IS 165 (64.84% from 255) = 28.30%
BLUE value IS 164 (64.45% from 255) = 28.13%
R=43.57%
G=28.30%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416516400.350.350.000.6797.8381.96
HexFEA5A402323016252
Octal3762452440434301142122
Binary11111110101001011010010001000111000110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5A4; }

 p { color: rgb(254,165,164); }

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

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

 a { background-color: rgb(254,165,164); }

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

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

 span { border-color: rgb(254,165,164); }

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