Html Css Color HEX #FA8679 Salmon

📋 copy color: '#FA8679'

red 250 ◦ green 134 ◦ blue 121

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

Shades of Salmon #FA8679

Tints of Salmon #FA8679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.53%

 BLUE value IS 121 (47.66% from 255) = 23.96%

R = 49.5%
G = 26.53%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA8679 (or 0xFA8679) is known color: Salmon. HEX triplet: FA, 86 and 79. RGB value is (250,134,121). Sum of RGB (Red+Green+Blue) = 250+134+121=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8679 is #057986. Grayscale: #A7A7A7. Windows color (decimal): -358791 or 7964410. OLE color: 7964410.

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

Color convert

RGB 250 134 121 -
CMYK 0 0.46 0.52 0.02
HSL 6.05º 0.93% 0.73% -
HSV(B) 6.05º 0.52% 0.98% -
XYZ 51.4 38.75 22.86 -
YUV 167.2 101.93 187.06 -
System Red Green Blue C M Y K H S L
Decimal 250 134 121 0 0.46 0.52 0.02 6.05 0.93 0.73
Hex FA 86 79 0 2E 34 2 6 5D 49
Octal 372 206 171 0 56 64 2 6 135 111
Binary 11111010 10000110 1111001 0 101110 110100 10 110 1011101 1001001

Color Harmonies of #FA8679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8679

Black with #FA8679

Text Example


Text Example

White with #FA8679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8679; }

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

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

background-color css

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

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

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

border-color css

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

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

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