#FEA5A5

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

Shades of Sundown #FEA5A5

Tints of Sundown #FEA5A5

Color information

#FEA5A5 (or 0xFEA5A5) is unknown color: approx Sundown. HEX triplet: FE, A5 and A5. RGB value is (254,165,165). Sum of RGB (Red+Green+Blue) = 254+165+165=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA5A5 is #015A5A. Grayscale: #BFBFBF. Windows color (decimal): -88667 or 10855934. OLE color: 10855934.

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

Color convert

RGB254165165-
CMYK00.350.350.00
HSL97.8%82.16%-
HSV(B)35.04%99.61%-
XYZ61.1250.742.16-
YUV191.61112.99172.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.49%
GREEN value IS 165 (64.84% from 255) = 28.25%
BLUE value IS 165 (64.84% from 255) = 28.25%
R=43.49%
G=28.25%
B=28.25%

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
Decimal25416516500.350.350.00097.882.16
HexFEA5A502323006252
Octal3762452450434300142122
Binary11111110101001011010010101000111000110011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA5A5; }

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

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

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

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

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

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

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

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