Html Css Color HEX #FA7B77 Salmon

📋 copy color: '#FA7B77'

red 250 ◦ green 123 ◦ blue 119

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

Shades of Salmon #FA7B77

Tints of Salmon #FA7B77

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25%

 BLUE value IS 119 (46.88% from 255) = 24.19%

R = 50.81%
G = 25%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA7B77 (or 0xFA7B77) is known color: Salmon. HEX triplet: FA, 7B and 77. RGB value is (250,123,119). Sum of RGB (Red+Green+Blue) = 250+123+119=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 119 (46.88% from 255 or 24.19% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7B77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7B77 is #058488. Grayscale: #A0A0A0. Windows color (decimal): -361609 or 7830522. OLE color: 7830522.

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

Color convert

RGB 250 123 119 -
CMYK 0 0.51 0.52 0.02
HSL 1.83º 0.93% 0.72% -
HSV(B) 1.83º 0.52% 0.98% -
XYZ 49.84 35.82 21.74 -
YUV 160.52 104.58 191.83 -
System Red Green Blue C M Y K H S L
Decimal 250 123 119 0 0.51 0.52 0.02 1.83 0.93 0.72
Hex FA 7B 77 0 33 34 2 2 5D 48
Octal 372 173 167 0 63 64 2 2 135 110
Binary 11111010 1111011 1110111 0 110011 110100 10 10 1011101 1001000

Color Harmonies of #FA7B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7B77

Black with #FA7B77

Text Example


Text Example

White with #FA7B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7B77; }

 p { color: rgb(250,123,119); }

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

background-color css

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

 a { background-color: rgb(250,123,119); }

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

border-color css

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

 span { border-color: rgb(250,123,119); }

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