#F58264

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

Shades of Salmon #F58264

Tints of Salmon #F58264

Color information

#F58264 (or 0xF58264) is unknown color: approx Salmon. HEX triplet: F5, 82 and 64. RGB value is (245,130,100). Sum of RGB (Red+Green+Blue) = 245+130+100=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 100 (39.45% from 255 or 21.05% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F58264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58264 is #0A7D9B. Grayscale: #A1A1A1. Windows color (decimal): -687516 or 6587125. OLE color: 6587125.

HSL color Cylindrical-coordinate representation of color #F58264: hue angle of 12.41º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F58264 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB245130100-
CMYK00.470.590.04
HSL12.41º87.88%67.65%-
HSV(B)12.41º59.18%96.08%-
XYZ47.9436.316.54-
YUV160.9693.6187.94-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 51.58%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 100 (39.45% from 255) = 21.05%
R=51.58%
G=27.37%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513010000.470.590.0412.4187.8867.65
HexF5826402F3B4c5844
Octal36520214405773414130104
Binary111101011000001011001000101111111011100110010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58264; }

 p { color: rgb(245,130,100); }

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

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

 a { background-color: rgb(245,130,100); }

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

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

 span { border-color: rgb(245,130,100); }

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