#F5846E

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

Shades of Salmon #F5846E

Tints of Salmon #F5846E

Color information

#F5846E (or 0xF5846E) is unknown color: approx Salmon. HEX triplet: F5, 84 and 6E. RGB value is (245,132,110). Sum of RGB (Red+Green+Blue) = 245+132+110=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 132 (51.95% from 255 or 27.10% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5846E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5846E is #0A7B91. Grayscale: #A3A3A3. Windows color (decimal): -686994 or 7242997. OLE color: 7242997.

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

Color convert

RGB245132110-
CMYK00.460.550.04
HSL9.78º87.1%69.61%-
HSV(B)9.78º55.1%96.08%-
XYZ48.7237.0419.33-
YUV163.2897.94186.29-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.31%
GREEN value IS 132 (51.95% from 255) = 27.10%
BLUE value IS 110 (43.36% from 255) = 22.59%
R=50.31%
G=27.10%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513211000.460.550.049.7887.169.61
HexF5846E02E374a5746
Octal36520415605667412127106
Binary111101011000010011011100101110110111100101010101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5846E; }

 p { color: rgb(245,132,110); }

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

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

 a { background-color: rgb(245,132,110); }

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

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

 span { border-color: rgb(245,132,110); }

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