Html Css Color HEX #FA8076 Salmon

📋 copy color: '#FA8076'

red 250 ◦ green 128 ◦ blue 118

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

Shades of Salmon #FA8076

Tints of Salmon #FA8076

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.81%

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

R = 50.4%
G = 25.81%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA8076 (or 0xFA8076) is known color: Salmon. HEX triplet: FA, 80 and 76. RGB value is (250,128,118). Sum of RGB (Red+Green+Blue) = 250+128+118=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 118 (46.48% from 255 or 23.79% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8076 is #057F89. Grayscale: #A3A3A3. Windows color (decimal): -360330 or 7766266. OLE color: 7766266.

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

Color convert

RGB 250 128 118 -
CMYK 0 0.49 0.53 0.02
HSL 4.55º 0.93% 0.72% -
HSV(B) 4.55º 0.53% 0.98% -
XYZ 50.41 37.07 21.64 -
YUV 163.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 250 128 118 0 0.49 0.53 0.02 4.55 0.93 0.72
Hex FA 80 76 0 31 35 2 5 5D 48
Octal 372 200 166 0 61 65 2 5 135 110
Binary 11111010 10000000 1110110 0 110001 110101 10 101 1011101 1001000

Color Harmonies of #FA8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8076

Black with #FA8076

Text Example


Text Example

White with #FA8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8076; }

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

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

background-color css

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

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

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

border-color css

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

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

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