Html Css Color HEX #FA8079 Salmon

📋 copy color: '#FA8079'

red 250 ◦ green 128 ◦ blue 121

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

Shades of Salmon #FA8079

Tints of Salmon #FA8079

RGB

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

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

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

R = 50.1%
G = 25.65%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#FA8079 (or 0xFA8079) is known color: Salmon. HEX triplet: FA, 80 and 79. RGB value is (250,128,121). Sum of RGB (Red+Green+Blue) = 250+128+121=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 121 (47.66% from 255 or 24.25% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8079 is #057F86. Grayscale: #A3A3A3. Windows color (decimal): -360327 or 7962874. OLE color: 7962874.

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

Color convert

RGB 250 128 121 -
CMYK 0 0.49 0.52 0.02
HSL 3.26º 0.93% 0.73% -
HSV(B) 3.26º 0.52% 0.98% -
XYZ 50.59 37.14 22.59 -
YUV 163.68 103.92 189.57 -
System Red Green Blue C M Y K H S L
Decimal 250 128 121 0 0.49 0.52 0.02 3.26 0.93 0.73
Hex FA 80 79 0 31 34 2 3 5D 49
Octal 372 200 171 0 61 64 2 3 135 111
Binary 11111010 10000000 1111001 0 110001 110100 10 11 1011101 1001001

Color Harmonies of #FA8079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8079

Black with #FA8079

Text Example


Text Example

White with #FA8079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8079; }

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

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

background-color css

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

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

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

border-color css

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

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

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