#FA7F69

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

Shades of Salmon #FA7F69

Tints of Salmon #FA7F69

Color information

#FA7F69 (or 0xFA7F69) is unknown color: approx Salmon. HEX triplet: FA, 7F and 69. RGB value is (250,127,105). Sum of RGB (Red+Green+Blue) = 250+127+105=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7F69 is #058096. Grayscale: #A1A1A1. Windows color (decimal): -360599 or 6914042. OLE color: 6914042.

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

Color convert

RGB250127105-
CMYK00.490.580.02
HSL9.1º93.55%69.61%-
HSV(B)9.1º58%98.04%-
XYZ49.5636.5217.8-
YUV161.2796.25191.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.87%
GREEN value IS 127 (50% from 255) = 26.35%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=51.87%
G=26.35%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25012710500.490.580.029.193.5569.61
HexFA7F690313A295e46
Octal37217715106172211136106
Binary1111101011111111101001011000111101010100110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7F69; }

 p { color: rgb(250,127,105); }

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

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

 a { background-color: rgb(250,127,105); }

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

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

 span { border-color: rgb(250,127,105); }

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