Html Css Color HEX #FA8071 Salmon

📋 copy color: '#FA8071'

red 250 ◦ green 128 ◦ blue 113

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

Shades of Salmon #FA8071

Tints of Salmon #FA8071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 23.01%

R = 50.92%
G = 26.07%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA8071 (or 0xFA8071) is known color: Salmon. HEX triplet: FA, 80 and 71. RGB value is (250,128,113). Sum of RGB (Red+Green+Blue) = 250+128+113=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8071 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8071 is #057F8E. Grayscale: #A2A2A2. Windows color (decimal): -360335 or 7438586. OLE color: 7438586.

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

Color convert

RGB 250 128 113 -
CMYK 0 0.49 0.55 0.02
HSL 6.57º 0.93% 0.71% -
HSV(B) 6.57º 0.55% 0.98% -
XYZ 50.12 36.95 20.11 -
YUV 162.77 99.92 190.22 -
System Red Green Blue C M Y K H S L
Decimal 250 128 113 0 0.49 0.55 0.02 6.57 0.93 0.71
Hex FA 80 71 0 31 37 2 7 5D 47
Octal 372 200 161 0 61 67 2 7 135 107
Binary 11111010 10000000 1110001 0 110001 110111 10 111 1011101 1000111

Color Harmonies of #FA8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8071

Black with #FA8071

Text Example


Text Example

White with #FA8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8071; }

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

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

background-color css

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

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

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

border-color css

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

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

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