#FA8A68

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

Shades of Salmon #FA8A68

Tints of Salmon #FA8A68

Color information

#FA8A68 (or 0xFA8A68) is unknown color: approx Salmon. HEX triplet: FA, 8A and 68. RGB value is (250,138,104). Sum of RGB (Red+Green+Blue) = 250+138+104=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A68 is #057597. Grayscale: #A7A7A7. Windows color (decimal): -357784 or 6851322. OLE color: 6851322.

HSL color Cylindrical-coordinate representation of color #FA8A68: hue angle of 13.97º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FA8A68 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB250138104-
CMYK00.450.580.02
HSL13.97º93.59%69.41%-
HSV(B)13.97º58.4%98.04%-
XYZ51.0139.518.03-
YUV167.6192.11186.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 138 (54.30% from 255) = 28.05%
BLUE value IS 104 (41.02% from 255) = 21.14%
R=50.81%
G=28.05%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013810400.450.580.0213.9793.5969.41
HexFA8A6802D3A2e5e45
Octal37221215005572216136105
Binary11111010100010101101000010110111101010111010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8A68; }

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

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

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

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

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

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

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

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