#F18D77

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

Shades of Dark Salmon #F18D77

Tints of Dark Salmon #F18D77

Color information

#F18D77 (or 0xF18D77) is unknown color: approx Dark Salmon. HEX triplet: F1, 8D and 77. RGB value is (241,141,119). Sum of RGB (Red+Green+Blue) = 241+141+119=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 141 (55.47% from 255 or 28.14% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D77 is #0E7288. Grayscale: #A8A8A8. Windows color (decimal): -946825 or 7835121. OLE color: 7835121.

HSL color Cylindrical-coordinate representation of color #F18D77: hue angle of 10.82º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F18D77 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241141119-
CMYK00.410.510.05
HSL10.82º81.33%70.59%-
HSV(B)10.82º50.62%94.51%-
XYZ49.1339.0822.41-
YUV168.39100.13179.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.10%
GREEN value IS 141 (55.47% from 255) = 28.14%
BLUE value IS 119 (46.88% from 255) = 23.75%
R=48.10%
G=28.14%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114111900.410.510.0510.8281.3370.59
HexF18D77029335b5147
Octal36121516705163513121107
Binary111100011000110111101110101001110011101101110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18D77; }

 p { color: rgb(241,141,119); }

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

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

 a { background-color: rgb(241,141,119); }

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

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

 span { border-color: rgb(241,141,119); }

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