Html Css Color HEX #FA706F Salmon

📋 copy color: '#FA706F'

red 250 ◦ green 112 ◦ blue 111

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

Shades of Salmon #FA706F

Tints of Salmon #FA706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.68%

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 52.85%
G = 23.68%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA706F (or 0xFA706F) is known color: Salmon. HEX triplet: FA, 70 and 6F. RGB value is (250,112,111). Sum of RGB (Red+Green+Blue) = 250+112+111=473 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.85% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 250 - color contains mainly: red. Hex color #FA706F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA706F is #058F90. Grayscale: #999999. Windows color (decimal): -364433 or 7303418. OLE color: 7303418.

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

Color convert

RGB 250 112 111 -
CMYK 0 0.55 0.56 0.02
HSL 0.43º 0.93% 0.71% -
HSV(B) 0.43º 0.56% 0.98% -
XYZ 48.09 33.06 18.89 -
YUV 153.15 104.22 197.08 -
System Red Green Blue C M Y K H S L
Decimal 250 112 111 0 0.55 0.56 0.02 0.43 0.93 0.71
Hex FA 70 6F 0 37 38 2 0 5D 47
Octal 372 160 157 0 67 70 2 0 135 107
Binary 11111010 1110000 1101111 0 110111 111000 10 0 1011101 1000111

Color Harmonies of #FA706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA706F

Black with #FA706F

Text Example


Text Example

White with #FA706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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