#FA8667

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

Shades of Salmon #FA8667

Tints of Salmon #FA8667

Color information

#FA8667 (or 0xFA8667) is unknown color: approx Salmon. HEX triplet: FA, 86 and 67. RGB value is (250,134,103). Sum of RGB (Red+Green+Blue) = 250+134+103=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8667 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8667 is #057998. Grayscale: #A5A5A5. Windows color (decimal): -358809 or 6784762. OLE color: 6784762.

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

Color convert

RGB250134103-
CMYK00.460.590.02
HSL12.65º93.63%69.22%-
HSV(B)12.65º58.8%98.04%-
XYZ50.438.3517.58-
YUV165.1592.93188.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.33%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 103 (40.62% from 255) = 21.15%
R=51.33%
G=27.52%
B=21.15%

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
Decimal25013410300.460.590.0212.6593.6369.22
HexFA866702E3B2d5e45
Octal37220614705673215136105
Binary11111010100001101100111010111011101110110110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA8667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA8667; }

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

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

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

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

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

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

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

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