#F5876A

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

Shades of Salmon #F5876A

Tints of Salmon #F5876A

Color information

#F5876A (or 0xF5876A) is unknown color: approx Salmon. HEX triplet: F5, 87 and 6A. RGB value is (245,135,106). Sum of RGB (Red+Green+Blue) = 245+135+106=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 106 (41.80% from 255 or 21.81% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F5876A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5876A is #0A7895. Grayscale: #A4A4A4. Windows color (decimal): -686230 or 6981621. OLE color: 6981621.

HSL color Cylindrical-coordinate representation of color #F5876A: hue angle of 12.52º 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 #F5876A is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB245135106-
CMYK00.450.570.04
HSL12.52º87.42%68.82%-
HSV(B)12.52º56.73%96.08%-
XYZ48.9237.7818.35-
YUV164.5894.94185.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.41%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 106 (41.80% from 255) = 21.81%
R=50.41%
G=27.78%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513510600.450.570.0412.5287.4268.82
HexF5876A02D394d5745
Octal36520715205571415127105
Binary111101011000011111010100101101111001100110110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5876A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5876A; }

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

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

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

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

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

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

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

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