#F88A76

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

Shades of Salmon #F88A76

Tints of Salmon #F88A76

Color information

#F88A76 (or 0xF88A76) is unknown color: approx Salmon. HEX triplet: F8, 8A and 76. RGB value is (248,138,118). Sum of RGB (Red+Green+Blue) = 248+138+118=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 118 (46.48% from 255 or 23.41% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A76 is #077589. Grayscale: #A8A8A8. Windows color (decimal): -488842 or 7768824. OLE color: 7768824.

HSL color Cylindrical-coordinate representation of color #F88A76: hue angle of 9.23º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F88A76 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB248138118-
CMYK00.440.520.03
HSL9.23º90.28%71.76%-
HSV(B)9.23º52.42%97.25%-
XYZ51.0739.4422.06-
YUV168.6199.44184.63-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.21%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 118 (46.48% from 255) = 23.41%
R=49.21%
G=27.38%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813811800.440.520.039.2390.2871.76
HexF88A7602C34395a48
Octal37021216605464311132110
Binary11111000100010101110110010110011010011100110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88A76; }

 p { color: rgb(248,138,118); }

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

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

 a { background-color: rgb(248,138,118); }

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

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

 span { border-color: rgb(248,138,118); }

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