#F5856A

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

Shades of Salmon #F5856A

Tints of Salmon #F5856A

Color information

#F5856A (or 0xF5856A) is unknown color: approx Salmon. HEX triplet: F5, 85 and 6A. RGB value is (245,133,106). Sum of RGB (Red+Green+Blue) = 245+133+106=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 133 (52.34% from 255 or 27.48% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5856A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5856A is #0A7A95. Grayscale: #A3A3A3. Windows color (decimal): -686742 or 6981109. OLE color: 6981109.

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

Color convert

RGB245133106-
CMYK00.460.570.04
HSL11.65º87.42%68.82%-
HSV(B)11.65º56.73%96.08%-
XYZ48.6537.2318.26-
YUV163.4195.61186.2-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.62%
GREEN value IS 133 (52.34% from 255) = 27.48%
BLUE value IS 106 (41.80% from 255) = 21.90%
R=50.62%
G=27.48%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513310600.460.570.0411.6587.4268.82
HexF5856A02E394c5745
Octal36520515205671414127105
Binary111101011000010111010100101110111001100110010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5856A; }

 p { color: rgb(245,133,106); }

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

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

 a { background-color: rgb(245,133,106); }

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

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

 span { border-color: rgb(245,133,106); }

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