#F58D72

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

Shades of Salmon #F58D72

Tints of Salmon #F58D72

Color information

#F58D72 (or 0xF58D72) is unknown color: approx Salmon. HEX triplet: F5, 8D and 72. RGB value is (245,141,114). Sum of RGB (Red+Green+Blue) = 245+141+114=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58D72 is #0A728D. Grayscale: #A9A9A9. Windows color (decimal): -684686 or 7507445. OLE color: 7507445.

HSL color Cylindrical-coordinate representation of color #F58D72: hue angle of 12.37º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F58D72 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB245141114-
CMYK00.420.530.04
HSL12.37º86.75%70.39%-
HSV(B)12.37º53.47%96.08%-
XYZ50.2239.6820.93-
YUV169.0296.96182.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49%
GREEN value IS 141 (55.47% from 255) = 28.2%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=49%
G=28.2%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514111400.420.530.0412.3786.7570.39
HexF58D7202A354c5746
Octal36521516205265414127106
Binary111101011000110111100100101010110101100110010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58D72; }

 p { color: rgb(245,141,114); }

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

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

 a { background-color: rgb(245,141,114); }

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

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

 span { border-color: rgb(245,141,114); }

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