Html Css Color HEX #FA7C71 Salmon

📋 copy color: '#FA7C71'

red 250 ◦ green 124 ◦ blue 113

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

Shades of Salmon #FA7C71

Tints of Salmon #FA7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.46%

 BLUE value IS 113 (44.53% from 255) = 23.2%

R = 51.33%
G = 25.46%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA7C71 (or 0xFA7C71) is known color: Salmon. HEX triplet: FA, 7C and 71. RGB value is (250,124,113). Sum of RGB (Red+Green+Blue) = 250+124+113=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 124 (48.83% from 255 or 25.46% from 487); Blue value is 113 (44.53% from 255 or 23.20% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7C71 is #05838E. Grayscale: #A0A0A0. Windows color (decimal): -361359 or 7437562. OLE color: 7437562.

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

Color convert

RGB 250 124 113 -
CMYK 0 0.50 0.55 0.02
HSL 4.82º 0.93% 0.71% -
HSV(B) 4.82º 0.55% 0.98% -
XYZ 49.61 35.93 19.94 -
YUV 160.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 250 124 113 0 0.50 0.55 0.02 4.82 0.93 0.71
Hex FA 7C 71 0 32 37 2 5 5D 47
Octal 372 174 161 0 62 67 2 5 135 107
Binary 11111010 1111100 1110001 0 110010 110111 10 101 1011101 1000111

Color Harmonies of #FA7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7C71

Black with #FA7C71

Text Example


Text Example

White with #FA7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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