Html Css Color HEX #FA7A73 Salmon

📋 copy color: '#FA7A73'

red 250 ◦ green 122 ◦ blue 115

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

Shades of Salmon #FA7A73

Tints of Salmon #FA7A73

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.05%

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 51.33%
G = 25.05%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA7A73 (or 0xFA7A73) is known color: Salmon. HEX triplet: FA, 7A and 73. RGB value is (250,122,115). Sum of RGB (Red+Green+Blue) = 250+122+115=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 122 (48.05% from 255 or 25.05% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7A73 is #05858C. Grayscale: #9F9F9F. Windows color (decimal): -361869 or 7568122. OLE color: 7568122.

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

Color convert

RGB 250 122 115 -
CMYK 0 0.51 0.54 0.02
HSL 3.11º 0.93% 0.72% -
HSV(B) 3.11º 0.54% 0.98% -
XYZ 49.48 35.48 20.46 -
YUV 159.47 102.91 192.57 -
System Red Green Blue C M Y K H S L
Decimal 250 122 115 0 0.51 0.54 0.02 3.11 0.93 0.72
Hex FA 7A 73 0 33 36 2 3 5D 48
Octal 372 172 163 0 63 66 2 3 135 110
Binary 11111010 1111010 1110011 0 110011 110110 10 11 1011101 1001000

Color Harmonies of #FA7A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7A73

Black with #FA7A73

Text Example


Text Example

White with #FA7A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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