Html Css Color HEX #FA896B Salmon

📋 copy color: '#FA896B'

red 250 ◦ green 137 ◦ blue 107

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

Shades of Salmon #FA896B

Tints of Salmon #FA896B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.66%

R = 50.61%
G = 27.73%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA896B (or 0xFA896B) is known color: Salmon. HEX triplet: FA, 89 and 6B. RGB value is (250,137,107). Sum of RGB (Red+Green+Blue) = 250+137+107=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 137 (53.91% from 255 or 27.73% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA896B is #057694. Grayscale: #A7A7A7. Windows color (decimal): -358037 or 7047674. OLE color: 7047674.

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

Color convert

RGB 250 137 107 -
CMYK 0 0.45 0.57 0.02
HSL 12.59º 0.93% 0.7% -
HSV(B) 12.59º 0.57% 0.98% -
XYZ 51.02 39.28 18.8 -
YUV 167.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 250 137 107 0 0.45 0.57 0.02 12.59 0.93 0.7
Hex FA 89 6B 0 2D 39 2 D 5D 46
Octal 372 211 153 0 55 71 2 15 135 106
Binary 11111010 10001001 1101011 0 101101 111001 10 1101 1011101 1000110

Color Harmonies of #FA896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA896B

Black with #FA896B

Text Example


Text Example

White with #FA896B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA896B; }

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

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

background-color css

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

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

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

border-color css

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

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

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