Html Css Color HEX #FA897C Salmon

📋 copy color: '#FA897C'

red 250 ◦ green 137 ◦ blue 124

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

Shades of Salmon #FA897C

Tints of Salmon #FA897C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.27%

R = 48.92%
G = 26.81%
B = 24.27%

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

#FA897C (or 0xFA897C) is known color: Salmon. HEX triplet: FA, 89 and 7C. RGB value is (250,137,124). Sum of RGB (Red+Green+Blue) = 250+137+124=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 124 (48.83% from 255 or 24.27% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA897C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA897C is #057683. Grayscale: #A9A9A9. Windows color (decimal): -358020 or 8161786. OLE color: 8161786.

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

Color convert

RGB 250 137 124 -
CMYK 0 0.45 0.50 0.02
HSL 6.19º 0.93% 0.73% -
HSV(B) 6.19º 0.5% 0.98% -
XYZ 52.01 39.67 23.98 -
YUV 169.31 102.44 185.56 -
System Red Green Blue C M Y K H S L
Decimal 250 137 124 0 0.45 0.50 0.02 6.19 0.93 0.73
Hex FA 89 7C 0 2D 32 2 6 5D 49
Octal 372 211 174 0 55 62 2 6 135 111
Binary 11111010 10001001 1111100 0 101101 110010 10 110 1011101 1001001

Color Harmonies of #FA897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA897C

Black with #FA897C

Text Example


Text Example

White with #FA897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA897C; }

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

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

background-color css

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

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

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

border-color css

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

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

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