#F58C70

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

Shades of Salmon #F58C70

Tints of Salmon #F58C70

Color information

#F58C70 (or 0xF58C70) is unknown color: approx Salmon. HEX triplet: F5, 8C and 70. RGB value is (245,140,112). Sum of RGB (Red+Green+Blue) = 245+140+112=497 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.30% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 245 - color contains mainly: red. Hex color #F58C70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58C70 is #0A738F. Grayscale: #A8A8A8. Windows color (decimal): -684944 or 7376117. OLE color: 7376117.

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

Color convert

RGB245140112-
CMYK00.430.540.04
HSL12.63º86.93%70%-
HSV(B)12.63º54.29%96.08%-
XYZ49.9639.3420.29-
YUV168.296.29182.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.30%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 112 (44.14% from 255) = 22.54%
R=49.30%
G=28.17%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514011200.430.540.0412.6386.9370
HexF58C7002B364d5746
Octal36521416005366415127106
Binary111101011000110011100000101011110110100110110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58C70; }

 p { color: rgb(245,140,112); }

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

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

 a { background-color: rgb(245,140,112); }

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

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

 span { border-color: rgb(245,140,112); }

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