#F5A8A5

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

Shades of Sundown #F5A8A5

Tints of Sundown #F5A8A5

Color information

#F5A8A5 (or 0xF5A8A5) is unknown color: approx Sundown. HEX triplet: F5, A8 and A5. RGB value is (245,168,165). Sum of RGB (Red+Green+Blue) = 245+168+165=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 168 (66.02% from 255 or 29.07% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A8A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A8A5 is #0A575A. Grayscale: #BEBEBE. Windows color (decimal): -677723 or 10856693. OLE color: 10856693.

HSL color Cylindrical-coordinate representation of color #F5A8A5: hue angle of 2.25º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F5A8A5 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB245168165-
CMYK00.310.330.04
HSL2.25º80%80.39%-
HSV(B)2.25º32.65%96.08%-
XYZ58.4550.1342.19-
YUV190.68113.51166.74-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 168 (66.02% from 255) = 29.07%
BLUE value IS 165 (64.84% from 255) = 28.55%
R=42.39%
G=29.07%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516816500.310.330.042.258080.39
HexF5A8A501F21425050
Octal3652502450374142120120
Binary1111010110101000101001010111111000011001010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A8A5; }

 p { color: rgb(245,168,165); }

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

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

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

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

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

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

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