#F08B73

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

Shades of Dark Salmon #F08B73

Tints of Dark Salmon #F08B73

Color information

#F08B73 (or 0xF08B73) is unknown color: approx Dark Salmon. HEX triplet: F0, 8B and 73. RGB value is (240,139,115). Sum of RGB (Red+Green+Blue) = 240+139+115=494 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.58% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B73 is #0F748C. Grayscale: #A6A6A6. Windows color (decimal): -1012877 or 7572464. OLE color: 7572464.

HSL color Cylindrical-coordinate representation of color #F08B73: hue angle of 11.52º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F08B73 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB240139115-
CMYK00.420.520.06
HSL11.52º80.65%69.61%-
HSV(B)11.52º52.08%94.12%-
XYZ48.2638.2321.05-
YUV166.4698.96180.45-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 48.58%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=48.58%
G=28.14%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013911500.420.520.0611.5280.6569.61
HexF08B7302A346c5146
Octal36021316305264614121106
Binary111100001000101111100110101010110100110110010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B73; }

 p { color: rgb(240,139,115); }

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

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

 a { background-color: rgb(240,139,115); }

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

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

 span { border-color: rgb(240,139,115); }

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