Html Css Color HEX #FA7976 Salmon

📋 copy color: '#FA7976'

red 250 ◦ green 121 ◦ blue 118

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

Shades of Salmon #FA7976

Tints of Salmon #FA7976

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.74%

 BLUE value IS 118 (46.48% from 255) = 24.13%

R = 51.12%
G = 24.74%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA7976 (or 0xFA7976) is known color: Salmon. HEX triplet: FA, 79 and 76. RGB value is (250,121,118). Sum of RGB (Red+Green+Blue) = 250+121+118=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 118 (46.48% from 255 or 24.13% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7976 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA7976 is #058689. Grayscale: #9F9F9F. Windows color (decimal): -362122 or 7764474. OLE color: 7764474.

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

Color convert

RGB 250 121 118 -
CMYK 0 0.52 0.53 0.02
HSL 1.36º 0.93% 0.72% -
HSV(B) 1.36º 0.53% 0.98% -
XYZ 49.53 35.31 21.34 -
YUV 159.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 250 121 118 0 0.52 0.53 0.02 1.36 0.93 0.72
Hex FA 79 76 0 34 35 2 1 5D 48
Octal 372 171 166 0 64 65 2 1 135 110
Binary 11111010 1111001 1110110 0 110100 110101 10 1 1011101 1001000

Color Harmonies of #FA7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7976

Black with #FA7976

Text Example


Text Example

White with #FA7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7976; }

 p { color: rgb(250,121,118); }

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

background-color css

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

 a { background-color: rgb(250,121,118); }

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

border-color css

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

 span { border-color: rgb(250,121,118); }

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