#F38276

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

Shades of Salmon #F38276

Tints of Salmon #F38276

Color information

#F38276 (or 0xF38276) is unknown color: approx Salmon. HEX triplet: F3, 82 and 76. RGB value is (243,130,118). Sum of RGB (Red+Green+Blue) = 243+130+118=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F38276 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38276 is #0C7D89. Grayscale: #A2A2A2. Windows color (decimal): -818570 or 7766771. OLE color: 7766771.

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

Color convert

RGB243130118-
CMYK00.470.510.05
HSL5.76º83.89%70.78%-
HSV(B)5.76º51.44%95.29%-
XYZ48.2136.3321.61-
YUV162.42102.94185.48-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.49%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 118 (46.48% from 255) = 24.03%
R=49.49%
G=26.48%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313011800.470.510.055.7683.8970.78
HexF3827602F33565447
Octal3632021660576356124107
Binary11110011100000101110110010111111001110111010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38276; }

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

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

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

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

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

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

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

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