#F88A68

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

Shades of Salmon #F88A68

Tints of Salmon #F88A68

Color information

#F88A68 (or 0xF88A68) is unknown color: approx Salmon. HEX triplet: F8, 8A and 68. RGB value is (248,138,104). Sum of RGB (Red+Green+Blue) = 248+138+104=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 104 (41.02% from 255 or 21.22% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F88A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88A68 is #077597. Grayscale: #A7A7A7. Windows color (decimal): -488856 or 6851320. OLE color: 6851320.

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

Color convert

RGB248138104-
CMYK00.440.580.03
HSL14.17º91.14%69.02%-
HSV(B)14.17º58.06%97.25%-
XYZ50.339.1318-
YUV167.0192.44185.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 50.61%
GREEN value IS 138 (54.30% from 255) = 28.16%
BLUE value IS 104 (41.02% from 255) = 21.22%
R=50.61%
G=28.16%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24813810400.440.580.0314.1791.1469.02
HexF88A6802C3A3e5b45
Octal37021215005472316133105
Binary11111000100010101101000010110011101011111010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88A68; }

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

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

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

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

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

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

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

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