#F38D77

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

Shades of Dark Salmon #F38D77

Tints of Dark Salmon #F38D77

Color information

#F38D77 (or 0xF38D77) is unknown color: approx Dark Salmon. HEX triplet: F3, 8D and 77. RGB value is (243,141,119). Sum of RGB (Red+Green+Blue) = 243+141+119=503 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.31% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D77 is #0C7288. Grayscale: #A9A9A9. Windows color (decimal): -815753 or 7835123. OLE color: 7835123.

HSL color Cylindrical-coordinate representation of color #F38D77: hue angle of 10.65º degrees, saturation: 0.84, 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 #F38D77 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB243141119-
CMYK00.420.510.05
HSL10.65º83.78%70.98%-
HSV(B)10.65º51.03%95.29%-
XYZ49.8239.4422.44-
YUV168.9999.79180.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.31%
GREEN value IS 141 (55.47% from 255) = 28.03%
BLUE value IS 119 (46.88% from 255) = 23.66%
R=48.31%
G=28.03%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24314111900.420.510.0510.6583.7870.98
HexF38D7702A335b5447
Octal36321516705263513124107
Binary111100111000110111101110101010110011101101110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38D77; }

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

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

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

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

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

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

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

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