#FA8072

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

Shades of Salmon #FA8072

Tints of Salmon #FA8072

Color information

#FA8072 (or 0xFA8072) is known color: Salmon. HEX triplet: FA, 80 and 72. RGB value is (250,128,114). Sum of RGB (Red+Green+Blue) = 250+128+114=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8072 is #057F8D. Grayscale: #A3A3A3. Windows color (decimal): -360334 or 7504122. OLE color: 7504122.

HSL color Cylindrical-coordinate representation of color #FA8072: hue angle of 6.18º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA8072 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB250128114-
CMYK00.490.540.02
HSL6.18º93.15%71.37%-
HSV(B)6.18º54.4%98.04%-
XYZ50.1836.9820.41-
YUV162.88100.42190.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50.81%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=50.81%
G=26.02%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012811400.490.540.026.1893.1571.37
HexFA807203136265d47
Octal3722001620616626135107
Binary1111101010000000111001001100011101101011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8072; }

 p { color: rgb(250,128,114); }

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

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

 a { background-color: rgb(250,128,114); }

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

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

 span { border-color: rgb(250,128,114); }

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