Html Css Color HEX #FA897D Salmon

📋 copy color: '#FA897D'

red 250 ◦ green 137 ◦ blue 125

#FA897D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salmon #FA897D

Tints of Salmon #FA897D

RGB

 RED value IS 250 (98.05% from 255) = 48.83%

 GREEN value IS 137 (53.91% from 255) = 26.76%

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 48.83%
G = 26.76%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#FA897D (or 0xFA897D) is known color: Salmon. HEX triplet: FA, 89 and 7D. RGB value is (250,137,125). Sum of RGB (Red+Green+Blue) = 250+137+125=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 137 (53.91% from 255 or 26.76% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA897D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA897D is #057682. Grayscale: #A9A9A9. Windows color (decimal): -358019 or 8227322. OLE color: 8227322.

HSL color Cylindrical-coordinate representation of color #FA897D: hue angle of 5.76º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FA897D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 137 125 -
CMYK 0 0.45 0.50 0.02
HSL 5.76º 0.93% 0.74% -
HSV(B) 5.76º 0.5% 0.98% -
XYZ 52.07 39.7 24.32 -
YUV 169.42 102.94 185.48 -
System Red Green Blue C M Y K H S L
Decimal 250 137 125 0 0.45 0.50 0.02 5.76 0.93 0.74
Hex FA 89 7D 0 2D 32 2 6 5D 4A
Octal 372 211 175 0 55 62 2 6 135 112
Binary 11111010 10001001 1111101 0 101101 110010 10 110 1011101 1001010

Color Harmonies of #FA897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA897D

Black with #FA897D

Text Example


Text Example

White with #FA897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA897D; }

 p { color: rgb(250,137,125); }

 H1.HeaderClassName
 {
   color: #FA897D;
 }
 .AnyTagClassName
 {
   color: #FA897D;
 }
</style>

background-color css

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

 a { background-color: rgb(250,137,125); }

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

border-color css

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

 span { border-color: rgb(250,137,125); }

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