#F59877

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

Shades of Dark Salmon #F59877

Tints of Dark Salmon #F59877

Color information

#F59877 (or 0xF59877) is unknown color: approx Dark Salmon. HEX triplet: F5, 98 and 77. RGB value is (245,152,119). Sum of RGB (Red+Green+Blue) = 245+152+119=516 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.48% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 245 - color contains mainly: red. Hex color #F59877 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59877 is #0A6788. Grayscale: #B0B0B0. Windows color (decimal): -681865 or 7837941. OLE color: 7837941.

HSL color Cylindrical-coordinate representation of color #F59877: hue angle of 15.71º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F59877 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB245152119-
CMYK00.380.510.04
HSL15.71º86.3%71.37%-
HSV(B)15.71º51.43%96.08%-
XYZ52.2143.223.04-
YUV176.0495.81177.18-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.48%
GREEN value IS 152 (59.77% from 255) = 29.46%
BLUE value IS 119 (46.88% from 255) = 23.06%
R=47.48%
G=29.46%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.51
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515211900.380.510.0415.7186.371.37
HexF59877026334105647
Octal36523016704663420126107
Binary1111010110011000111011101001101100111001000010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59877; }

 p { color: rgb(245,152,119); }

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

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

 a { background-color: rgb(245,152,119); }

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

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

 span { border-color: rgb(245,152,119); }

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