Html Css Color HEX #FA8A76 Salmon

📋 copy color: '#FA8A76'

red 250 ◦ green 138 ◦ blue 118

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

Shades of Salmon #FA8A76

Tints of Salmon #FA8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.27%

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

R = 49.41%
G = 27.27%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA8A76 (or 0xFA8A76) is known color: Salmon. HEX triplet: FA, 8A and 76. RGB value is (250,138,118). Sum of RGB (Red+Green+Blue) = 250+138+118=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 138 (54.30% from 255 or 27.27% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8A76 is #057589. Grayscale: #A9A9A9. Windows color (decimal): -357770 or 7768826. OLE color: 7768826.

HSL color Cylindrical-coordinate representation of color #FA8A76: hue angle of 9.09º 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 #FA8A76 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 138 118 -
CMYK 0 0.45 0.53 0.02
HSL 9.09º 0.93% 0.72% -
HSV(B) 9.09º 0.53% 0.98% -
XYZ 51.78 39.81 22.09 -
YUV 169.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 250 138 118 0 0.45 0.53 0.02 9.09 0.93 0.72
Hex FA 8A 76 0 2D 35 2 9 5D 48
Octal 372 212 166 0 55 65 2 11 135 110
Binary 11111010 10001010 1110110 0 101101 110101 10 1001 1011101 1001000

Color Harmonies of #FA8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8A76

Black with #FA8A76

Text Example


Text Example

White with #FA8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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