#F59873

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

Shades of Dark Salmon #F59873

Tints of Dark Salmon #F59873

Color information

#F59873 (or 0xF59873) is unknown color: approx Dark Salmon. HEX triplet: F5, 98 and 73. RGB value is (245,152,115). Sum of RGB (Red+Green+Blue) = 245+152+115=512 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.85% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 245 - color contains mainly: red. Hex color #F59873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F59873 is #0A678C. Grayscale: #AFAFAF. Windows color (decimal): -681869 or 7575797. OLE color: 7575797.

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

Color convert

RGB245152115-
CMYK00.380.530.04
HSL17.08º86.67%70.59%-
HSV(B)17.08º53.06%96.08%-
XYZ51.9843.1121.8-
YUV175.5993.81177.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.85%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 115 (45.31% from 255) = 22.46%
R=47.85%
G=29.69%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515211500.380.530.0417.0886.6770.59
HexF59873026354115747
Octal36523016304665421127107
Binary1111010110011000111001101001101101011001000110101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59873; }

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

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

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

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

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

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

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

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