#F09583

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

Shades of Dark Salmon #F09583

Tints of Dark Salmon #F09583

Color information

#F09583 (or 0xF09583) is unknown color: approx Dark Salmon. HEX triplet: F0, 95 and 83. RGB value is (240,149,131). Sum of RGB (Red+Green+Blue) = 240+149+131=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 149 (58.59% from 255 or 28.65% from 520); Blue value is 131 (51.56% from 255 or 25.19% from 520); Max value from RGB is 240 - color contains mainly: red. Hex color #F09583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F09583 is #0F6A7C. Grayscale: #AEAEAE. Windows color (decimal): -1010301 or 8623600. OLE color: 8623600.

HSL color Cylindrical-coordinate representation of color #F09583: hue angle of 9.91º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F09583 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB240149131-
CMYK00.380.450.06
HSL9.91º78.42%72.75%-
HSV(B)9.91º45.42%94.12%-
XYZ50.7841.6626.84-
YUV174.16103.65174.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 46.15%
GREEN value IS 149 (58.59% from 255) = 28.65%
BLUE value IS 131 (51.56% from 255) = 25.19%
R=46.15%
G=28.65%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014913100.380.450.069.9178.4272.75
HexF095830262D6a4e49
Octal36022520304655612116111
Binary1111000010010101100000110100110101101110101010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09583; }

 p { color: rgb(240,149,131); }

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

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

 a { background-color: rgb(240,149,131); }

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

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

 span { border-color: rgb(240,149,131); }

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