#F38479

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

Shades of Salmon #F38479

Tints of Salmon #F38479

Color information

#F38479 (or 0xF38479) is unknown color: approx Salmon. HEX triplet: F3, 84 and 79. RGB value is (243,132,121). Sum of RGB (Red+Green+Blue) = 243+132+121=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 121 (47.66% from 255 or 24.40% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F38479 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38479 is #0C7B86. Grayscale: #A4A4A4. Windows color (decimal): -818055 or 7963891. OLE color: 7963891.

HSL color Cylindrical-coordinate representation of color #F38479: hue angle of 5.41º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F38479 is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB243132121-
CMYK00.460.500.05
HSL5.41º83.56%71.37%-
HSV(B)5.41º50.21%95.29%-
XYZ48.6636.9422.65-
YUV163.94103.77184.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.99%
GREEN value IS 132 (51.95% from 255) = 26.61%
BLUE value IS 121 (47.66% from 255) = 24.40%
R=48.99%
G=26.61%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313212100.460.500.055.4183.5671.37
HexF3847902E32555447
Octal3632041710566255124107
Binary11110011100001001111001010111011001010110110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38479; }

 p { color: rgb(243,132,121); }

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

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

 a { background-color: rgb(243,132,121); }

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

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

 span { border-color: rgb(243,132,121); }

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