#F58D74

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

Shades of Salmon #F58D74

Tints of Salmon #F58D74

Color information

#F58D74 (or 0xF58D74) is unknown color: approx Salmon. HEX triplet: F5, 8D and 74. RGB value is (245,141,116). Sum of RGB (Red+Green+Blue) = 245+141+116=502 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.80% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58D74 is #0A728B. Grayscale: #A9A9A9. Windows color (decimal): -684684 or 7638517. OLE color: 7638517.

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

Color convert

RGB245141116-
CMYK00.420.530.04
HSL11.63º86.58%70.78%-
HSV(B)11.63º52.65%96.08%-
XYZ50.3339.7221.54-
YUV169.2597.96182.03-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.80%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 116 (45.70% from 255) = 23.11%
R=48.80%
G=28.09%
B=23.11%

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
Decimal24514111600.420.530.0411.6386.5870.78
HexF58D7402A354c5747
Octal36521516405265414127107
Binary111101011000110111101000101010110101100110010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58D74; }

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

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

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

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

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

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

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

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