Html Css Color HEX #FA8770 Salmon

📋 copy color: '#FA8770'

red 250 ◦ green 135 ◦ blue 112

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

Shades of Salmon #FA8770

Tints of Salmon #FA8770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.16%

 BLUE value IS 112 (44.14% from 255) = 22.54%

R = 50.3%
G = 27.16%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA8770 (or 0xFA8770) is known color: Salmon. HEX triplet: FA, 87 and 70. RGB value is (250,135,112). Sum of RGB (Red+Green+Blue) = 250+135+112=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 112 (44.14% from 255 or 22.54% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8770 is #05788F. Grayscale: #A6A6A6. Windows color (decimal): -358544 or 7374842. OLE color: 7374842.

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

Color convert

RGB 250 135 112 -
CMYK 0 0.46 0.55 0.02
HSL 10º 0.93% 0.71% -
HSV(B) 10º 0.55% 0.98% -
XYZ 51.01 38.82 20.13 -
YUV 166.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 250 135 112 0 0.46 0.55 0.02 10 0.93 0.71
Hex FA 87 70 0 2E 37 2 A 5D 47
Octal 372 207 160 0 56 67 2 12 135 107
Binary 11111010 10000111 1110000 0 101110 110111 10 1010 1011101 1000111

Color Harmonies of #FA8770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8770

Black with #FA8770

Text Example


Text Example

White with #FA8770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8770; }

 p { color: rgb(250,135,112); }

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

background-color css

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

 a { background-color: rgb(250,135,112); }

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

border-color css

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

 span { border-color: rgb(250,135,112); }

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