#F38476

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

Shades of Salmon #F38476

Tints of Salmon #F38476

Color information

#F38476 (or 0xF38476) is unknown color: approx Salmon. HEX triplet: F3, 84 and 76. RGB value is (243,132,118). Sum of RGB (Red+Green+Blue) = 243+132+118=493 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.29% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 243 - color contains mainly: red. Hex color #F38476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38476 is #0C7B89. Grayscale: #A3A3A3. Windows color (decimal): -818058 or 7767283. OLE color: 7767283.

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

Color convert

RGB243132118-
CMYK00.460.510.05
HSL6.72º83.89%70.78%-
HSV(B)6.72º51.44%95.29%-
XYZ48.4836.8721.7-
YUV163.59102.27184.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.29%
GREEN value IS 132 (51.95% from 255) = 26.77%
BLUE value IS 118 (46.48% from 255) = 23.94%
R=49.29%
G=26.77%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313211800.460.510.056.7283.8970.78
HexF3847602E33575447
Octal3632041660566357124107
Binary11110011100001001110110010111011001110111110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38476; }

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

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

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

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

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

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

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

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