#FA8767

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

Shades of Salmon #FA8767

Tints of Salmon #FA8767

Color information

#FA8767 (or 0xFA8767) is unknown color: approx Salmon. HEX triplet: FA, 87 and 67. RGB value is (250,135,103). Sum of RGB (Red+Green+Blue) = 250+135+103=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8767 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8767 is #057898. Grayscale: #A5A5A5. Windows color (decimal): -358553 or 6785018. OLE color: 6785018.

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

Color convert

RGB250135103-
CMYK00.460.590.02
HSL13.06º93.63%69.22%-
HSV(B)13.06º58.8%98.04%-
XYZ50.5438.6317.62-
YUV165.7492.6188.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.23%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=51.23%
G=27.66%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25013510300.460.590.0213.0693.6369.22
HexFA876702E3B2d5e45
Octal37220714705673215136105
Binary11111010100001111100111010111011101110110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8767; }

 p { color: rgb(250,135,103); }

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

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

 a { background-color: rgb(250,135,103); }

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

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

 span { border-color: rgb(250,135,103); }

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