#fa8872

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

Shades of Salmon #FA8872

Tints of Salmon #FA8872

Color information

#FA8872 (or 0xFA8872) is unknown color: approx Salmon. HEX triplet: FA, 88 and 72. RGB value is (250,136,114). Sum of RGB (Red+Green+Blue) = 250+136+114=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8872 is #05778D. Grayscale: #A7A7A7. Windows color (decimal): -358286 or 7506170. OLE color: 7506170.

HSL color Cylindrical-coordinate representation of color #FA8872: hue angle of 9.71º 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 #FA8872 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB250136114-
CMYK00.460.540.02
HSL9.71º93.15%71.37%-
HSV(B)9.71º54.4%98.04%-
XYZ51.2739.1520.77-
YUV167.5897.77186.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 114 (44.92% from 255) = 22.8%
R=50%
G=27.2%
B=22.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013611400.460.540.029.7193.1571.37
HexFA887202E362a5d47
Octal37221016205666212135107
Binary11111010100010001110010010111011011010101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa8872; }

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

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

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

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

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

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

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

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