Html Css Color HEX #FA8179 Salmon

📋 copy color: '#FA8179'

red 250 ◦ green 129 ◦ blue 121

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

Shades of Salmon #FA8179

Tints of Salmon #FA8179

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.8%

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

R = 50%
G = 25.8%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA8179 (or 0xFA8179) is known color: Salmon. HEX triplet: FA, 81 and 79. RGB value is (250,129,121). Sum of RGB (Red+Green+Blue) = 250+129+121=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8179 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8179 is #057E86. Grayscale: #A4A4A4. Windows color (decimal): -360071 or 7963130. OLE color: 7963130.

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

Color convert

RGB 250 129 121 -
CMYK 0 0.48 0.52 0.02
HSL 3.72º 0.93% 0.73% -
HSV(B) 3.72º 0.52% 0.98% -
XYZ 50.73 37.4 22.64 -
YUV 164.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 250 129 121 0 0.48 0.52 0.02 3.72 0.93 0.73
Hex FA 81 79 0 30 34 2 4 5D 49
Octal 372 201 171 0 60 64 2 4 135 111
Binary 11111010 10000001 1111001 0 110000 110100 10 100 1011101 1001001

Color Harmonies of #FA8179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8179

Black with #FA8179

Text Example


Text Example

White with #FA8179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8179; }

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

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

background-color css

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

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

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

border-color css

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

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

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