Html Css Color HEX #FA857A Salmon

📋 copy color: '#FA857A'

red 250 ◦ green 133 ◦ blue 122

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

Shades of Salmon #FA857A

Tints of Salmon #FA857A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.34%

 BLUE value IS 122 (48.05% from 255) = 24.16%

R = 49.5%
G = 26.34%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#FA857A (or 0xFA857A) is known color: Salmon. HEX triplet: FA, 85 and 7A. RGB value is (250,133,122). Sum of RGB (Red+Green+Blue) = 250+133+122=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA857A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA857A is #057A85. Grayscale: #A6A6A6. Windows color (decimal): -359046 or 8029690. OLE color: 8029690.

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

Color convert

RGB 250 133 122 -
CMYK 0 0.47 0.51 0.02
HSL 5.16º 0.93% 0.73% -
HSV(B) 5.16º 0.51% 0.98% -
XYZ 51.32 38.5 23.14 -
YUV 166.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 250 133 122 0 0.47 0.51 0.02 5.16 0.93 0.73
Hex FA 85 7A 0 2F 33 2 5 5D 49
Octal 372 205 172 0 57 63 2 5 135 111
Binary 11111010 10000101 1111010 0 101111 110011 10 101 1011101 1001001

Color Harmonies of #FA857A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA857A

Black with #FA857A

Text Example


Text Example

White with #FA857A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA857A; }

 p { color: rgb(250,133,122); }

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

background-color css

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

 a { background-color: rgb(250,133,122); }

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

border-color css

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

 span { border-color: rgb(250,133,122); }

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